IssuedTokenServiceElement.CustomCertificateValidatorType 属性

定义

获取或设置用于验证自定义类型的类型和程序集。Gets or sets the type and assembly used to validate a custom type.

public:
 property System::String ^ CustomCertificateValidatorType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("customCertificateValidatorType", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.StringValidator(MinLength=0)]
public string CustomCertificateValidatorType { get; set; }
[<System.Configuration.ConfigurationProperty("customCertificateValidatorType", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.CustomCertificateValidatorType : string with get, set
Public Property CustomCertificateValidatorType As String

属性值

String

用于验证自定义类型的类型和程序集。The type and assembly used to validate a custom type.

属性

适用于