1 write to m_attributes
System.Security (1)
system\security\cryptography\cryptographicattribute.cs (1)
252m_attributes = attributes;
3 references to m_attributes
System.Security (3)
system\security\cryptography\cryptographicattribute.cs (3)
258return m_attributes[m_current]; 265return (Object) m_attributes[m_current]; 270if (m_current == ((int) m_attributes.Count - 1))