9 references to 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
();