1 write to m_x509Enum
System.Security (1)
system\security\cryptography\xml\signedxml.cs (1)
472
m_x509Enum
= m_x509Collection.GetEnumerator();
3 references to m_x509Enum
System.Security (3)
system\security\cryptography\xml\signedxml.cs (3)
449
if (
m_x509Enum
!= null) {
497
while (
m_x509Enum
.MoveNext()) {
498
X509Certificate2 certificate = (X509Certificate2)
m_x509Enum
.Current;