Propriété ServiceConfiguration.TrustedStoreLocation
Gets or sets the trusted store location used by handlers to validate issuer certificates.
Espace de noms: Microsoft.IdentityModel.Configuration
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As ServiceConfiguration Dim value As StoreLocation value = instance.TrustedStoreLocation instance.TrustedStoreLocation = value
Syntaxe
'Déclaration
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)
Exceptions
Type d'exception | Condition |
---|
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe ServiceConfiguration
Membres ServiceConfiguration
Espace de noms Microsoft.IdentityModel.Configuration