CrmConnection.UserTokenExpiryWindow Property

 

Applies To: Dynamics CRM 2015

Gets or sets the time offset prior to the user token expiration when the user token should be refreshed.

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public Nullable<TimeSpan> UserTokenExpiryWindow { get; set; }
public:
property Nullable<TimeSpan> UserTokenExpiryWindow {
    Nullable<TimeSpan> get();
    void set(Nullable<TimeSpan> value);
}
member UserTokenExpiryWindow : Nullable<TimeSpan> with get, set
Public Property UserTokenExpiryWindow As Nullable(Of TimeSpan)

Property Value

Type: System.Nullable<TimeSpan>

Type: Nullable<TimeSpan>
The time offset prior to the user token expiration when the user token should be refreshed.

See Also

CrmConnection Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright