The trusted store location.
Пространство имен: Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As X509CertificateValidationElement
Dim value As StoreLocation

value = instance.TrustedStoreLocation

instance.TrustedStoreLocation = value

Синтаксис

Visual Basic
<ConfigurationPropertyAttribute("trustedStoreLocation", IsRequired:=False, DefaultValue:=StoreLocation.LocalMachine)> _
<TypeConverterAttribute(GetType(StoreLocationConverter))> _
Public Property TrustedStoreLocation As StoreLocation
C#
[ConfigurationPropertyAttribute("trustedStoreLocation", IsRequired=false, DefaultValue=StoreLocation.LocalMachine)] 
[TypeConverterAttribute(typeof(StoreLocationConverter))] 
public StoreLocation TrustedStoreLocation { get; set; }
C++
[ConfigurationPropertyAttribute(L"trustedStoreLocation", IsRequired=false, DefaultValue=StoreLocation::LocalMachine)] 
[TypeConverterAttribute(typeof(StoreLocationConverter))] 
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)

Исключения

Тип исключений Условие

Примечания

The default value is LocalMachine.


Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также