Share via


ServiceAuthenticationOptions.MasterKey Property

 

Gets or sets the application master key providing administrative-level access.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public string MasterKey {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ MasterKey {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member MasterKey : string with get, set
Public Property MasterKey As String

Property Value

Type: System.String

See Also

ServiceAuthenticationOptions Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top