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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.