ServiceConfiguration.TrustedStoreLocation Property
Gets or sets the trusted store location used by handlers to validate issuer certificates.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As ServiceConfiguration Dim value As StoreLocation value = instance.TrustedStoreLocation instance.TrustedStoreLocation = value
Syntax
'Declaration
Public Property TrustedStoreLocation As StoreLocation
public StoreLocation TrustedStoreLocation { get; set; }
public:
property StoreLocation TrustedStoreLocation {
StoreLocation get ();
void set (StoreLocation value);
}
/** @property */
public StoreLocation get_TrustedStoreLocation ()
/** @property */
public void set_TrustedStoreLocation (StoreLocation value)
public function get TrustedStoreLocation () : StoreLocation
public function set TrustedStoreLocation (value : StoreLocation)
Ausnahmen
Ausnahmetyp | Bedingung |
---|
Threadsicherheit
Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Entwicklungsplattformen
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Siehe auch
Referenz
ServiceConfiguration Class
ServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace