1 write to m_keyInfoEnum
System.Security (1)
system\security\cryptography\xml\signedxml.cs (1)
456
m_keyInfoEnum
= KeyInfo.GetEnumerator();
5 references to m_keyInfoEnum
System.Security (5)
system\security\cryptography\xml\signedxml.cs (5)
455
if (
m_keyInfoEnum
== null)
459
while (
m_keyInfoEnum
.MoveNext()) {
460
RSAKeyValue rsaKeyValue =
m_keyInfoEnum
.Current as RSAKeyValue;
464
DSAKeyValue dsaKeyValue =
m_keyInfoEnum
.Current as DSAKeyValue;
468
KeyInfoX509Data x509Data =
m_keyInfoEnum
.Current as KeyInfoX509Data;