Share via


ServiceAuthenticationOptions.SystemKey Property

 

Gets or sets the application system key.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top