SecurityTokenDescriptor.ApplyTo(RequestSecurityTokenResponse) 方法
定义
基于当前事例的属性设置指定 RSTR 的相应属性。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)
参数
- response
- RequestSecurityTokenResponse
应用当前实例的设置到的 RSTR。The RSTR to which to apply the settings of the current instance.
例外
response 为 null。response is null.