SecurityTokenDescriptor.ApplyTo(RequestSecurityTokenResponse) Method

Definition

Sets the appropriate properties of the specified RSTR based on the properties of the current instance.

public:
 virtual void ApplyTo(System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ response);
public virtual void ApplyTo (System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse response);
abstract member ApplyTo : System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse -> unit
override this.ApplyTo : System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse -> unit
Public Overridable Sub ApplyTo (response As RequestSecurityTokenResponse)

Parameters

response
RequestSecurityTokenResponse

The RSTR to which to apply the settings of the current instance.

Exceptions

response is null.

Applies to