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

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

Visual Basic
Dim instance As X509CertificateValidationCustomTypeElement
Dim value As CustomTypeElement

value = instance.CustomType

instance.CustomType = value

Синтаксис

Visual Basic
<ConfigurationPropertyAttribute("certificateValidator", IsRequired:=True)> _
Public Property CustomType As CustomTypeElement
C#
[ConfigurationPropertyAttribute("certificateValidator", IsRequired=true)] 
public CustomTypeElement CustomType { get; set; }
C++
[ConfigurationPropertyAttribute(L"certificateValidator", IsRequired=true)] 
public:
property CustomTypeElement^ CustomType {
		CustomTypeElement^ get ();
		void set (CustomTypeElement^ value);
}
J#
/** @property */
public CustomTypeElement get_CustomType ()

/** @property */
public void set_CustomType (CustomTypeElement value)
JScript
public function get CustomType () : CustomTypeElement

public function set CustomType (value : CustomTypeElement)

Исключения

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

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также