Proprietà OAuthS2SAuthenticationChallenge.Realm

 

Ottiene il valore dell'area di autenticazione configurato nell'ambito.

Spazio dei nomi:   Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

public string Realm { get; }
public:
property String^ Realm {
    String^ get();
}
member Realm : string with get
Public ReadOnly Property Realm As String

Valore proprietà

Type: System.String

Restituisce il valore dell'area di autenticazione configurato nell'ambito.

Vedere anche

Classe OAuthS2SAuthenticationChallenge
Spazio dei nomi Microsoft.Workflow.Client.Security

Torna all'inizio