IssuedTokenServiceElement::CustomCertificateValidatorType Property

 

Gets or sets the type and assembly used to validate a custom type.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("customCertificateValidatorType", 
	DefaultValue = "")]
[StringValidatorAttribute(MinLength = 0)]
property String^ CustomCertificateValidatorType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The type and assembly used to validate a custom type.

.NET Framework
Available since 3.0
Return to top
Show: