4 writes to KeyInfo
System.Configuration (2)
System\Configuration\RSAProtectedConfigurationProvider.cs (2)
67
ed.
KeyInfo
= new KeyInfo();
71
ek.
KeyInfo
= new KeyInfo();
System.Security (2)
system\security\cryptography\xml\encrypteddata.cs (1)
46
this.
KeyInfo
= new KeyInfo();
system\security\cryptography\xml\encryptedkey.cs (1)
90
this.
KeyInfo
= new KeyInfo();
18 references to KeyInfo
System.Configuration (4)
System\Configuration\FipsAwareEncryptedXml.cs (2)
33
foreach (var ki in encryptedData.
KeyInfo
) {
61
encryptedData.
KeyInfo
!= null &&
System\Configuration\RSAProtectedConfigurationProvider.cs (2)
78
ek.
KeyInfo
.AddClause(kin);
80
ed.
KeyInfo
.AddClause(kek);
System.Security (14)
system\security\cryptography\xml\encrypteddata.cs (3)
49
this.
KeyInfo
.LoadXml(keyInfoNode as XmlElement);
104
if (this.
KeyInfo
.Count > 0)
105
encryptedDataElement.AppendChild(this.
KeyInfo
.GetXml(document));
system\security\cryptography\xml\encryptedkey.cs (3)
93
this.
KeyInfo
.LoadXml(keyInfoNode as XmlElement);
179
if (this.
KeyInfo
.Count > 0)
180
encryptedKeyElement.AppendChild(this.
KeyInfo
.GetXml(document));
system\security\cryptography\xml\encryptedxml.cs (8)
339
if (encryptedData.
KeyInfo
== null)
341
IEnumerator keyInfoEnum = encryptedData.
KeyInfo
.GetEnumerator();
412
if (encryptedKey.
KeyInfo
== null)
415
IEnumerator keyInfoEnum = encryptedKey.
KeyInfo
.GetEnumerator();
543
ek.
KeyInfo
.AddClause(new KeyInfoX509Data(certificate));
551
ed.
KeyInfo
.AddClause(kek);
610
ek.
KeyInfo
.AddClause(new KeyInfoName(keyName));
620
ed.
KeyInfo
.AddClause(kek);