Implemented interface member:
method
GetEnumerator
System.Collections.IEnumerable.GetEnumerator()
3 references to GetEnumerator
System.Security (3)
system\security\cryptography\xml\encryptedxml.cs (2)
341IEnumerator keyInfoEnum = encryptedData.KeyInfo.GetEnumerator(); 415IEnumerator keyInfoEnum = encryptedKey.KeyInfo.GetEnumerator();
system\security\cryptography\xml\signedxml.cs (1)
456m_keyInfoEnum = KeyInfo.GetEnumerator();