ServiceSecurityContext.IsAnonymous プロパティ

定義

現在のクライアントがサービスに資格情報を提供したかどうかを示す値を取得します。

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

プロパティ値

true クライアントが資格情報を提供している場合。それ以外の場合は false

適用対象