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