2 writes to KeyInfo
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
34
KeyInfo
= new KeyInfo();
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
70
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)
37
KeyInfo
.LoadXml((keyInfoNode as XmlElement)!);
97
if (
KeyInfo
.Count > 0)
98
encryptedDataElement.AppendChild(
KeyInfo
.GetXml(document));
System\Security\Cryptography\Xml\EncryptedKey.cs (3)
73
KeyInfo
.LoadXml((keyInfoNode as XmlElement)!);
170
if (
KeyInfo
.Count > 0)
171
encryptedKeyElement.AppendChild(
KeyInfo
.GetXml(document));
System\Security\Cryptography\Xml\EncryptedXml.cs (8)
307
if (encryptedData.
KeyInfo
== null)
309
IEnumerator keyInfoEnum = encryptedData.
KeyInfo
.GetEnumerator();
393
if (encryptedKey.
KeyInfo
== null)
396
IEnumerator keyInfoEnum = encryptedKey.
KeyInfo
.GetEnumerator();
545
ek.
KeyInfo
.AddClause(new KeyInfoX509Data(certificate));
554
ed.
KeyInfo
.AddClause(kek);
624
ek.
KeyInfo
.AddClause(new KeyInfoName(keyName));
633
ed.
KeyInfo
.AddClause(kek);