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