ServiceSecurityContext.IsAnonymous プロパティ

定義

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

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

プロパティ値

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

適用対象