Metodo OAuthS2SAuthenticationChallenge.GetParameter (String)

 

Restituisce il parametro di richiesta di verifica per nome.

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

Sintassi

public string GetParameter(
    string name
)
public:
String^ GetParameter(
    String^ name
)
member GetParameter : 
        name:string -> string
Public Function GetParameter (
    name As String
) As String

Parametri

Valore restituito

Type: System.String

Restituisce il valore del parametro della richiesta di verifica di destinazione.

Vedere anche

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

Torna all'inizio