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