9 instantiations of KeyInfo
System.Configuration (2)
System\Configuration\RSAProtectedConfigurationProvider.cs (2)
67ed.KeyInfo = new KeyInfo(); 71ek.KeyInfo = new KeyInfo();
System.Security (6)
system\security\cryptography\xml\encrypteddata.cs (1)
46this.KeyInfo = new KeyInfo();
system\security\cryptography\xml\encryptedkey.cs (1)
90this.KeyInfo = new KeyInfo();
system\security\cryptography\xml\encryptedtype.cs (1)
76m_keyInfo = new KeyInfo();
system\security\cryptography\xml\signature.cs (2)
72m_keyInfo = new KeyInfo(); 176m_keyInfo = new KeyInfo();
system\security\cryptography\xml\transform.cs (1)
1371keyInfoObj = new KeyInfo();
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1150KeyInfo keyInfo = new KeyInfo();
12 references to KeyInfo
System.Security (7)
system\security\cryptography\xml\encryptedtype.cs (2)
32private KeyInfo m_keyInfo; 73public KeyInfo KeyInfo {
system\security\cryptography\xml\signature.cs (2)
27private KeyInfo m_keyInfo; 69public KeyInfo KeyInfo {
system\security\cryptography\xml\signedxml.cs (1)
206public KeyInfo KeyInfo {
system\security\cryptography\xml\transform.cs (2)
1360KeyInfo keyInfoObj = null; 1496Stream Decrypt(EncryptionMethod encryptionMethod, KeyInfo keyInfo, Stream toDecrypt);
System.Windows.Forms (3)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
285KeyInfo keyInfo = this.KeyInfo;
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
79KeyInfo keyInfo = this.KeyInfo; 495KeyInfo keyInfo = signedXml.KeyInfo;
WindowsBase (2)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (2)
1147private KeyInfo GenerateKeyInfo(AsymmetricAlgorithm key, X509Certificate2 signer) 1150KeyInfo keyInfo = new KeyInfo();