SslStreamSecurityBindingElement.ShouldSerializeIdentityVerifier 方法
定义
获取一个值,该值指示是否应序列化标识验证程序。Gets a value that indicates whether the identify verifier should be serialized.
public:
bool ShouldSerializeIdentityVerifier();
public bool ShouldSerializeIdentityVerifier ();
member this.ShouldSerializeIdentityVerifier : unit -> bool
Public Function ShouldSerializeIdentityVerifier () As Boolean
返回
如果应序列化标识验证程序,则为 true;否则为 false。true if the identity verifier should be serialized; otherwise, false.