1 write to storeName
System.IdentityModel (1)
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (1)
53this.storeName = storeName;
2 references to storeName
System.IdentityModel (2)
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (2)
62get { return this.storeName; } 169store = new X509Store(this.storeName, this.storeLocation);