MobileAppAuthenticationOptions.SigningKey Property

 

Gets or sets the application signing key.

Namespace:   Microsoft.Azure.Mobile.Server.Authentication
Assembly:  Microsoft.Azure.Mobile.Server.Authentication (in Microsoft.Azure.Mobile.Server.Authentication.dll)

Syntax

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

Property Value

Type: System.String

See Also

MobileAppAuthenticationOptions Class
Microsoft.Azure.Mobile.Server.Authentication Namespace

Return to top