2 writes to m_subjectKeyIds
System.Security (2)
system\security\cryptography\xml\keyinfo.cs (2)
594m_subjectKeyIds = new ArrayList(); 601m_subjectKeyIds = new ArrayList();
9 references to m_subjectKeyIds
System.Security (9)
system\security\cryptography\xml\keyinfo.cs (9)
589get { return m_subjectKeyIds; } 593if (m_subjectKeyIds == null) 595m_subjectKeyIds.Add(subjectKeyId); 600if (m_subjectKeyIds == null) 602m_subjectKeyIds.Add(X509Utils.DecodeHexString(subjectKeyId)); 645if (m_subjectKeyIds != null) m_subjectKeyIds.Clear(); 677if (m_subjectKeyIds != null) { 678foreach(byte[] subjectKeyId in m_subjectKeyIds) {