DirectoryEntryConfiguration.IsMutuallyAuthenticated 方法

定义

确定是否通过 SSPI 层执行相互身份验证。

public:
 bool IsMutuallyAuthenticated();
public bool IsMutuallyAuthenticated ();
member this.IsMutuallyAuthenticated : unit -> bool
Public Function IsMutuallyAuthenticated () As Boolean

返回

如果已执行相互身份验证,则为 true;否则为 false

适用于