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