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)
74
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)
77
KeyInfo
.LoadXml((keyInfoNode as XmlElement)!);
174
if (
KeyInfo
.Count > 0)
175
encryptedKeyElement.AppendChild(
KeyInfo
.GetXml(document));
System\Security\Cryptography\Xml\EncryptedXml.cs (8)
308
if (encryptedData.
KeyInfo
== null)
310
IEnumerator keyInfoEnum = encryptedData.
KeyInfo
.GetEnumerator();
394
if (encryptedKey.
KeyInfo
== null)
397
IEnumerator keyInfoEnum = encryptedKey.
KeyInfo
.GetEnumerator();
546
ek.
KeyInfo
.AddClause(new KeyInfoX509Data(certificate));
555
ed.
KeyInfo
.AddClause(kek);
625
ek.
KeyInfo
.AddClause(new KeyInfoName(keyName));
634
ed.
KeyInfo
.AddClause(kek);