SecurityTokenDescriptor.ApplyTo(RequestSecurityTokenResponse) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Anger lämpliga egenskaper för den angivna RSTR baserat på egenskaperna för den aktuella instansen.
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)
Parametrar
- response
- RequestSecurityTokenResponse
Den RSTR som du vill tillämpa inställningarna för den aktuella instansen på.
Undantag
response är null.