3 references to TrustedPeople
Infrastructure.Common (2)
CertificateManager.cs (2)
218return CertificateFromThumbprint(StoreName.TrustedPeople, StoreLocation.CurrentUser, thumbprint, validOnly); 258certificate = AddToStoreIfNeeded(StoreName.TrustedPeople, StoreLocation.CurrentUser, certificate);
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Store.cs (1)
50StoreName.TrustedPeople => "TrustedPeople",