1 instantiation of KeyInfoRetrievalMethod
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CryptoHelpers.cs (1)
39"http://www.w3.org/2000/09/xmldsig# RetrievalMethod" => new KeyInfoRetrievalMethod(),
5 references to KeyInfoRetrievalMethod
System.Security (1)
System.Security.cs (1)
58[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.KeyInfoRetrievalMethod))]
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedXml.cs (4)
336KeyInfoRetrievalMethod? kiRetrievalMethod; 370kiRetrievalMethod = keyInfoEnum.Current as KeyInfoRetrievalMethod; 425KeyInfoRetrievalMethod? kiRetrievalMethod; 475kiRetrievalMethod = keyInfoEnum.Current as KeyInfoRetrievalMethod;