CloudFileClient.AuthenticationScheme Property

Windows Runtime Azure Storage Client Library

Gets or sets the authentication scheme to use to sign HTTP requests.

Namespace: Microsoft.WindowsAzure.Storage.File
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim instance As CloudFileClient
Dim value As AuthenticationScheme

value = instance.AuthenticationScheme

instance.AuthenticationScheme = value

Syntax

Visual Basic
Public Property AuthenticationScheme As AuthenticationScheme
C#
public AuthenticationScheme AuthenticationScheme { get; set; }
C++
public:
property AuthenticationScheme AuthenticationScheme {
	AuthenticationScheme get ();
	void set (AuthenticationScheme value);
}
J#
/** @property */
public AuthenticationScheme get_AuthenticationScheme ()

/** @property */
public void set_AuthenticationScheme (AuthenticationScheme value)
JScript
public function get AuthenticationScheme () : AuthenticationScheme

public function set AuthenticationScheme (value : AuthenticationScheme)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also