2 writes to KeyInfo
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
37
KeyInfo
= new KeyInfo();
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
77
KeyInfo
= new KeyInfo();
15 references to KeyInfo
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
105
var keyInfoEnum = encryptedKey.
KeyInfo
?.GetEnumerator();
System.Security.Cryptography.Xml (14)
System\Security\Cryptography\Xml\EncryptedData.cs (3)
40
KeyInfo
.LoadXml((keyInfoNode as XmlElement)!);
100
if (
KeyInfo
.Count > 0)
101
encryptedDataElement.AppendChild(
KeyInfo
.GetXml(document));
System\Security\Cryptography\Xml\EncryptedKey.cs (3)
80
KeyInfo
.LoadXml((keyInfoNode as XmlElement)!);
177
if (
KeyInfo
.Count > 0)
178
encryptedKeyElement.AppendChild(
KeyInfo
.GetXml(document));
System\Security\Cryptography\Xml\EncryptedXml.cs (8)
317
if (encryptedData.
KeyInfo
== null)
319
IEnumerator keyInfoEnum = encryptedData.
KeyInfo
.GetEnumerator();
406
if (encryptedKey.
KeyInfo
== null)
409
IEnumerator keyInfoEnum = encryptedKey.
KeyInfo
.GetEnumerator();
570
ek.
KeyInfo
.AddClause(new KeyInfoX509Data(certificate));
579
ed.
KeyInfo
.AddClause(kek);
655
ek.
KeyInfo
.AddClause(new KeyInfoName(keyName));
664
ed.
KeyInfo
.AddClause(kek);