Propriété X509CertificateValidationElement.CustomType
The certificate validator type.
Espace de noms: Microsoft.IdentityModel.Configuration
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As X509CertificateValidationElement Dim value As CustomTypeElement value = instance.CustomType instance.CustomType = value
Syntaxe
'Déclaration
<ConfigurationPropertyAttribute("certificateValidator", IsRequired:=False)> _
Public Property CustomType As CustomTypeElement
[ConfigurationPropertyAttribute("certificateValidator", IsRequired=false)]
public CustomTypeElement CustomType { get; set; }
[ConfigurationPropertyAttribute(L"certificateValidator", IsRequired=false)]
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 X509CertificateValidationElement
Membres X509CertificateValidationElement
Espace de noms Microsoft.IdentityModel.Configuration