Share via


RequestSecurityTokenResponse Costruttori

Definizione

Inizializza una nuova istanza della classe RequestSecurityTokenResponse.

Overload

RequestSecurityTokenResponse()

Inizializza una nuova istanza della classe RequestSecurityTokenResponse.

RequestSecurityTokenResponse(WSTrustMessage)

Inizializza una nuova istanza della classe RequestSecurityTokenResponse in base al messaggio di richiesta (RTS) 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 classe RequestSecurityTokenResponse in base al messaggio di richiesta (RTS) 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, , KeySizeInBitsKeyType(se la chiave è simmetrica) e RequestType.

Nota

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 che torna per una determinata sfida.

Si applica a