6 instantiations of KeyInfo
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
37
KeyInfo = new
KeyInfo
();
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
77
KeyInfo = new
KeyInfo
();
System\Security\Cryptography\Xml\EncryptedType.cs (1)
73
get => _keyInfo ??= new
KeyInfo
();
System\Security\Cryptography\Xml\Signature.cs (2)
66
get => _keyInfo ??= new
KeyInfo
();
178
_keyInfo = new
KeyInfo
();
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
67
keyInfoObj = new
KeyInfo
();
9 references to KeyInfo
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
293
KeyInfo
keyInfo = this.KeyInfo;
System.Security (1)
System.Security.cs (1)
53
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.
KeyInfo
))]
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\EncryptedType.cs (2)
18
private
KeyInfo
? _keyInfo;
71
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)
215
public
KeyInfo
KeyInfo
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
54
KeyInfo
keyInfoObj;