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
See Also