Share via


WSTrustChannel.Renew Método

Definición

Envía un mensaje WS-Trust Renew a un extremo.

Sobrecargas

Renew(RequestSecurityToken)

Envía un mensaje WS-Trust Renew a un extremo con el objeto RequestSecurityToken especificado.

Renew(Message)

Envía un mensaje WS-Trust Renew a un extremo con el objeto Message especificado.

Renew(RequestSecurityToken)

Envía un mensaje WS-Trust Renew a un extremo con el objeto RequestSecurityToken especificado.

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

RequestSecurityTokenResponse que representa la respuesta STS.

Implementaciones

Se aplica a

Renew(Message)

Envía un mensaje WS-Trust Renew a un extremo con el objeto Message especificado.

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

Message que se devuelve desde el STS.

Implementaciones

Se aplica a