다음을 통해 공유


ServiceSecurityContext.IsAnonymous 속성

정의

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

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

속성 값

Boolean

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

적용 대상