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