6 references to KeyInfo
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
34
KeyInfo = new
KeyInfo
();
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
74
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
();
175
_keyInfo = new
KeyInfo
();
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
67
keyInfoObj = new
KeyInfo
();