ServiceSecurityContext.IsAnonymous 속성

정의

현재 클라이언트가 서비스에 자격 증명을 제공했는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsAnonymous { bool get(); };
public bool IsAnonymous { get; }
member this.IsAnonymous : bool
Public ReadOnly Property IsAnonymous As Boolean

속성 값

true클라이언트에서 자격 증명을 제공하면 이고, 그렇지 않으면 . false

적용 대상