RequestSecurityToken.Renewing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the renew semantics for a WS-Trust renew request.
public:
property System::IdentityModel::Protocols::WSTrust::Renewing ^ Renewing { System::IdentityModel::Protocols::WSTrust::Renewing ^ get(); void set(System::IdentityModel::Protocols::WSTrust::Renewing ^ value); };
public System.IdentityModel.Protocols.WSTrust.Renewing Renewing { get; set; }
member this.Renewing : System.IdentityModel.Protocols.WSTrust.Renewing with get, set
Public Property Renewing As Renewing
Property Value
Returns Renewing that contains the renew semantics.
Remarks
Represents the contents of the wst:Renewing element. This optional element specifies the renew semantics for a WS-Trust renew request.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.