1 write to store
WsatUI (1)
MMCUI\AcceptedCertificatesForm.cs (1)
36
this.
store
= store;
11 references to store
WsatUI (11)
MMCUI\AcceptedCertificatesForm.cs (11)
44
for (int i = 0; i <
store
.Count; i++)
49
X509Certificate2 cert =
store
[i];
51
ext = (X509EnhancedKeyUsageExtension)
store
[i].Extensions[EnhancedKeyUsageOID];
67
store
[i].GetNameInfo(X509NameType.SimpleName, false),
68
store
[i].GetNameInfo(X509NameType.SimpleName, true),
70
String.IsNullOrEmpty(
store
[i].FriendlyName) ? SR.GetString(SR.FriendlyNameNone) :
store
[i].FriendlyName,
71
store
[i].NotAfter.ToShortDateString() };
79
if (Utilities.SafeCompare(allowedCertificates[j],
store
[i].Thumbprint))
93
this.
store
[listAllowedCertificates.SelectedIndices[0]],
103
this.allowedCertificates[i] =
store
[listAllowedCertificates.CheckedIndices[i]].Thumbprint;