6 references to 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
();