3 instantiations of KeyInfoName
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
76kin = new KeyInfoName();
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
610ek.KeyInfo.AddClause(new KeyInfoName(keyName));
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1151KeyInfoName keyInfoName = new KeyInfoName();
6 references to KeyInfoName
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
49KeyInfoName kin;
System.Security (4)
system\security\cryptography\xml\encryptedxml.cs (4)
343KeyInfoName kiName; 348kiName = keyInfoEnum.Current as KeyInfoName; 416KeyInfoName kiName; 424kiName = keyInfoEnum.Current as KeyInfoName;
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1151KeyInfoName keyInfoName = new KeyInfoName();