WSTrustChannel.Renew Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends a WS-Trust Renew message to an endpoint.
Overloads
Renew(RequestSecurityToken) |
Sends a WS-Trust Renew message to an endpoint using the specified RequestSecurityToken object. |
Renew(Message) |
Sends a WS-Trust Renew message to an endpoint using the specified Message object. |
Renew(RequestSecurityToken)
Sends a WS-Trust Renew message to an endpoint using the specified RequestSecurityToken object.
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
Parameters
The RequestSecurityToken that represents the request to the STS.
Returns
The RequestSecurityTokenResponse representing the STS response.
Implements
Applies to
Renew(Message)
Sends a WS-Trust Renew message to an endpoint using the specified Message object.
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
Parameters
Returns
The Message returned from the STS.