Authorization.MutuallyAuthenticated 속성

정의

상호 인증이 발생했는지 여부를 나타내는 Boolean 값을 가져오거나 설정합니다.

public:
 property bool MutuallyAuthenticated { bool get(); void set(bool value); };
public bool MutuallyAuthenticated { get; set; }
member this.MutuallyAuthenticated : bool with get, set
Public Property MutuallyAuthenticated As Boolean

속성 값

클라이언트와 서버가 모두 인증되었으면 true이고, 그렇지 않으면 false입니다.

설명

인증이 완료되지 않은 경우 이 속성은 를 반환 false 합니다.

적용 대상