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