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