Condividi tramite


RequestSecurityTokenResponse Costruttori

Definizione

Inizializza una nuova istanza della classe RequestSecurityTokenResponse.

Overload

Nome Descrizione
RequestSecurityTokenResponse()

Inizializza una nuova istanza della classe RequestSecurityTokenResponse.

RequestSecurityTokenResponse(WSTrustMessage)

Inizializza una nuova istanza della RequestSecurityTokenResponse classe in base al messaggio di richiesta (RST) specificato.

RequestSecurityTokenResponse()

Inizializza una nuova istanza della classe RequestSecurityTokenResponse.

public:
 RequestSecurityTokenResponse();
public RequestSecurityTokenResponse();
Public Sub New ()

Commenti

Questo costruttore viene in genere usato dal ricevitore di un RSTR.

Si applica a

RequestSecurityTokenResponse(WSTrustMessage)

Inizializza una nuova istanza della RequestSecurityTokenResponse classe in base al messaggio di richiesta (RST) specificato.

public:
 RequestSecurityTokenResponse(System::IdentityModel::Protocols::WSTrust::WSTrustMessage ^ message);
public RequestSecurityTokenResponse(System.IdentityModel.Protocols.WSTrust.WSTrustMessage message);
new System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse : System.IdentityModel.Protocols.WSTrust.WSTrustMessage -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
Public Sub New (message As WSTrustMessage)

Parametri

message
WSTrustMessage

Oggetto WSTrustMessage che rappresenta la richiesta (RST).

Eccezioni

message è null.

Commenti

Questo costruttore viene in genere usato dal mittente di un RSTR. Le proprietà seguenti vengono impostate dal messaggio di richiesta: Context, KeyType, KeySizeInBits (se la chiave è simmetrica) e RequestType.

Annotazioni

Quando si lavora in un ambiente Challenge/Response, RequestType viene usato all'interno del contesto wst:RequestSecurityTokenResponse per stabilire le regole di elaborazione su una risposta restituita per una determinata richiesta.

Si applica a