DirectoryEntryConfiguration.IsMutuallyAuthenticated 方法
定义
确定是否通过 SSPI 层执行相互身份验证。Determines if mutual authentication is performed by the SSPI layer.
public:
bool IsMutuallyAuthenticated();
public bool IsMutuallyAuthenticated ();
member this.IsMutuallyAuthenticated : unit -> bool
Public Function IsMutuallyAuthenticated () As Boolean
返回
如果已执行相互身份验证,则为 true;否则为 false。true if mutual authentication has been performed; otherwise, false.