Share via


ServiceAuthenticationOptions.ApplicationKey Property

 

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

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top