ServiceSecurityContext.IsAnonymous Proprietà

Definizione

Consente di ottenere un valore che indica se il client corrente ha fornito le credenziali al servizio.

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

Valore della proprietà

true se il client ha fornito le credenziali. In caso contrario, false.

Si applica a