WindowsAzureActiveDirectoryBearerAuthenticationOptions.Tenant Property

 

Gets or sets the Azure Active Directory tenant the tokens are issued from.

Namespace:   Microsoft.Owin.Security.ActiveDirectory
Assembly:  Microsoft.Owin.Security.ActiveDirectory (in Microsoft.Owin.Security.ActiveDirectory.dll)

Syntax

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

Property Value

Type: System.String

The Azure Active Directory tenant the tokens are issued from.

See Also

WindowsAzureActiveDirectoryBearerAuthenticationOptions Class
Microsoft.Owin.Security.ActiveDirectory Namespace

Return to top