Gets or sets the trusted store location used by handlers to
validate issuer certificates.
Пространство имен:
Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As ServiceConfiguration
Dim value As StoreLocation
value = instance.TrustedStoreLocation
instance.TrustedStoreLocation = value
|
Синтаксис
Visual Basic |
Public Property TrustedStoreLocation As StoreLocation
|
C# |
public StoreLocation TrustedStoreLocation { get; set; }
|
C++ |
public:
property StoreLocation TrustedStoreLocation {
StoreLocation get ();
void set (StoreLocation value);
}
|
J# |
/** @property */
public StoreLocation get_TrustedStoreLocation ()
/** @property */
public void set_TrustedStoreLocation (StoreLocation value)
|
JScript |
public function get TrustedStoreLocation () : StoreLocation
public function set TrustedStoreLocation (value : StoreLocation)
|
Исключения
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также