3 writes to TrustedStoreLocation
System.IdentityModel (3)
System\IdentityModel\Configuration\IdentityConfiguration.cs (3)
583
handlerConfiguration.
TrustedStoreLocation
= element.CertificateValidation.TrustedStoreLocation;
685
handlerConfiguration.
TrustedStoreLocation
= element.CertificateValidation.TrustedStoreLocation;
925
set { _serviceHandlerConfiguration.
TrustedStoreLocation
= value; }
2 references to TrustedStoreLocation
System.IdentityModel (2)
System\IdentityModel\Configuration\IdentityConfiguration.cs (2)
369
defaultCollection.Configuration.
TrustedStoreLocation
);
924
get { return _serviceHandlerConfiguration.
TrustedStoreLocation
; }