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)
320
KeyInfoRetrievalMethod
? kiRetrievalMethod;
354
kiRetrievalMethod = keyInfoEnum.Current as
KeyInfoRetrievalMethod
;
412
KeyInfoRetrievalMethod
? kiRetrievalMethod;
462
kiRetrievalMethod = keyInfoEnum.Current as
KeyInfoRetrievalMethod
;