1 instantiation of KeyInfoRetrievalMethod
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CryptoHelpers.cs (1)
38"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)
320KeyInfoRetrievalMethod? kiRetrievalMethod; 354kiRetrievalMethod = keyInfoEnum.Current as KeyInfoRetrievalMethod; 412KeyInfoRetrievalMethod? kiRetrievalMethod; 462kiRetrievalMethod = keyInfoEnum.Current as KeyInfoRetrievalMethod;