Partager via


Propriété X509CertificateValidationCustomTypeElement.CustomType

The CertificateValidator type.

Espace de noms: Microsoft.IdentityModel.Configuration
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As X509CertificateValidationCustomTypeElement
Dim value As CustomTypeElement

value = instance.CustomType

instance.CustomType = value

Syntaxe

'Déclaration
<ConfigurationPropertyAttribute("certificateValidator", IsRequired:=True)> _
Public Property CustomType As CustomTypeElement
[ConfigurationPropertyAttribute("certificateValidator", IsRequired=true)] 
public CustomTypeElement CustomType { get; set; }
[ConfigurationPropertyAttribute(L"certificateValidator", IsRequired=true)] 
public:
property CustomTypeElement^ CustomType {
    CustomTypeElement^ get ();
    void set (CustomTypeElement^ value);
}
/** @property */
public CustomTypeElement get_CustomType ()

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

public function set CustomType (value : CustomTypeElement)

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 X509CertificateValidationCustomTypeElement
Membres X509CertificateValidationCustomTypeElement
Espace de noms Microsoft.IdentityModel.Configuration