8 instantiations of KeyInfo
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
34
KeyInfo = new
KeyInfo
();
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
70
KeyInfo = new
KeyInfo
();
System\Security\Cryptography\Xml\EncryptedType.cs (1)
71
get => field ??= new
KeyInfo
();
System\Security\Cryptography\Xml\Signature.cs (2)
66
get => _keyInfo ??= new
KeyInfo
();
175
_keyInfo = new
KeyInfo
();
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
67
keyInfoObj = new
KeyInfo
();
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
528
var keyInfo = new
KeyInfo
();
634
var keyInfo = new
KeyInfo
();
9 references to KeyInfo
System.Security (1)
System.Security.cs (1)
53
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.
KeyInfo
))]
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\EncryptedType.cs (1)
69
public
KeyInfo
KeyInfo
System\Security\Cryptography\Xml\IRelDecryptor.cs (1)
10
Stream Decrypt(EncryptionMethod encryptionMethod,
KeyInfo
keyInfo, Stream toDecrypt);
System\Security\Cryptography\Xml\Signature.cs (2)
16
private
KeyInfo
? _keyInfo;
64
public
KeyInfo
KeyInfo
System\Security\Cryptography\Xml\SignedXml.cs (1)
206
public
KeyInfo
KeyInfo
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
54
KeyInfo
keyInfoObj;
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
528
var
keyInfo = new KeyInfo();
634
var
keyInfo = new KeyInfo();