8 instantiations of KeyInfo
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
37KeyInfo = new KeyInfo();
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
77KeyInfo = new KeyInfo();
System\Security\Cryptography\Xml\EncryptedType.cs (1)
73get => _keyInfo ??= new KeyInfo();
System\Security\Cryptography\Xml\Signature.cs (2)
66get => _keyInfo ??= new KeyInfo(); 178_keyInfo = new KeyInfo();
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
67keyInfoObj = new KeyInfo();
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
528var keyInfo = new KeyInfo(); 634var keyInfo = new KeyInfo();
11 references to KeyInfo
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
293KeyInfo 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)
18private KeyInfo? _keyInfo; 71public 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)
215public KeyInfo KeyInfo
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
54KeyInfo keyInfoObj;
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
528var keyInfo = new KeyInfo(); 634var keyInfo = new KeyInfo();