6 instantiations of KeyInfo
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
34KeyInfo = new KeyInfo();
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
70KeyInfo = new KeyInfo();
System\Security\Cryptography\Xml\EncryptedType.cs (1)
71get => field ??= new KeyInfo();
System\Security\Cryptography\Xml\Signature.cs (2)
66get => _keyInfo ??= new KeyInfo(); 175_keyInfo = new KeyInfo();
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
67keyInfoObj = new KeyInfo();
7 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)
69public KeyInfo KeyInfo
System\Security\Cryptography\Xml\IRelDecryptor.cs (1)
10Stream Decrypt(EncryptionMethod encryptionMethod, KeyInfo keyInfo, Stream toDecrypt);
System\Security\Cryptography\Xml\Signature.cs (2)
16private KeyInfo? _keyInfo; 64public KeyInfo KeyInfo
System\Security\Cryptography\Xml\SignedXml.cs (1)
206public KeyInfo KeyInfo
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
54KeyInfo keyInfoObj;