StorageCredentials.IsAnonymous Property

Definition

Gets a value indicating whether the credentials are for anonymous access.

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

Property Value

true if the credentials are for anonymous access; otherwise, false.

Applies to