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)
73
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)!);
105
if (
KeyInfo
.Count > 0)
106
encryptedDataElement.AppendChild(
KeyInfo
.GetXml(document));
System\Security\Cryptography\Xml\EncryptedKey.cs (3)
76
KeyInfo
.LoadXml((keyInfoNode as XmlElement)!);
178
if (
KeyInfo
.Count > 0)
179
encryptedKeyElement.AppendChild(
KeyInfo
.GetXml(document));
System\Security\Cryptography\Xml\EncryptedXml.cs (8)
333
if (encryptedData.
KeyInfo
== null)
335
IEnumerator keyInfoEnum = encryptedData.
KeyInfo
.GetEnumerator();
419
if (encryptedKey.
KeyInfo
== null)
422
IEnumerator keyInfoEnum = encryptedKey.
KeyInfo
.GetEnumerator();
571
ek.
KeyInfo
.AddClause(new KeyInfoX509Data(certificate));
580
ed.
KeyInfo
.AddClause(kek);
650
ek.
KeyInfo
.AddClause(new KeyInfoName(keyName));
659
ed.
KeyInfo
.AddClause(kek);