2 writes to allowedCertificates
WsatUI (2)
MMCUI\AcceptedCertificatesForm.cs (2)
37
this.
allowedCertificates
= allowedCertificates;
100
this.
allowedCertificates
= new string[this.listAllowedCertificates.CheckedIndices.Count];
5 references to allowedCertificates
WsatUI (5)
MMCUI\AcceptedCertificatesForm.cs (5)
77
for (int j = 0; j <
allowedCertificates
.Length; j++)
79
if (Utilities.SafeCompare(
allowedCertificates
[j], store[i].Thumbprint))
101
for (int i = 0; i <
allowedCertificates
.Length; i++)
103
this.
allowedCertificates
[i] = store[listAllowedCertificates.CheckedIndices[i]].Thumbprint;
117
get { return this.
allowedCertificates
; }