Freigeben über


SecurityTokenDescriptor.ApplyTo(RequestSecurityTokenResponse) Methode

Definition

Legt die entsprechenden Eigenschaften des angegebenen RSTR anhand der Eigenschaften der aktuellen Instanz fest.

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)

Parameter

response
RequestSecurityTokenResponse

Das RSTR, auf das die Einstellungen der aktuellen Instanz angewendet werden sollen.

Ausnahmen

response ist null.

Gilt für: