SecurityTokenDescriptor.ApplyTo(RequestSecurityTokenResponse) Methode

Definitie

Hiermee stelt u de juiste eigenschappen van de opgegeven RSTR in op basis van de eigenschappen van het huidige exemplaar.

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

De RSTR waarop de instellingen van het huidige exemplaar moeten worden toegepast.

Uitzonderingen

response is null.

Van toepassing op