WSTrustChannel.Renew Método

Definición

Envía un WS-Trust mensaje Renew a un punto de conexión.

Sobrecargas

Nombre Description
Renew(RequestSecurityToken)

Envía un WS-Trust mensaje Renew a un punto de conexión mediante el objeto especificado RequestSecurityToken .

Renew(Message)

Envía un WS-Trust mensaje Renew a un punto de conexión mediante el objeto especificado Message .

Renew(RequestSecurityToken)

Envía un WS-Trust mensaje Renew a un punto de conexión mediante el objeto especificado RequestSecurityToken .

public:
 virtual System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ Renew(System::IdentityModel::Protocols::WSTrust::RequestSecurityToken ^ rst);
public virtual System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse Renew(System.IdentityModel.Protocols.WSTrust.RequestSecurityToken rst);
abstract member Renew : System.IdentityModel.Protocols.WSTrust.RequestSecurityToken -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
override this.Renew : System.IdentityModel.Protocols.WSTrust.RequestSecurityToken -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
Public Overridable Function Renew (rst As RequestSecurityToken) As RequestSecurityTokenResponse

Parámetros

rst
RequestSecurityToken

RequestSecurityToken que representa la solicitud al STS.

Devoluciones

RequestSecurityTokenResponse que representa la respuesta STS.

Implementaciones

Se aplica a

Renew(Message)

Envía un WS-Trust mensaje Renew a un punto de conexión mediante el objeto especificado Message .

public:
 virtual System::ServiceModel::Channels::Message ^ Renew(System::ServiceModel::Channels::Message ^ message);
public System.ServiceModel.Channels.Message Renew(System.ServiceModel.Channels.Message message);
abstract member Renew : System.ServiceModel.Channels.Message -> System.ServiceModel.Channels.Message
override this.Renew : System.ServiceModel.Channels.Message -> System.ServiceModel.Channels.Message
Public Function Renew (message As Message) As Message

Parámetros

message
Message

Message que contiene las instrucciones para la solicitud al STS.

Devoluciones

Message devuelto por el STS.

Implementaciones

Se aplica a