OAuthS2SSelfIssuedCredential.ExpirationDuration Property

 

Gets or sets the expiration value of the token.

Namespace:   Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

public TimeSpan ExpirationDuration {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property TimeSpan ExpirationDuration {
    [CompilerGeneratedAttribute]
    TimeSpan get();
    [CompilerGeneratedAttribute]
    void set(TimeSpan value);
}
member ExpirationDuration : TimeSpan with get, set
Public Property ExpirationDuration As TimeSpan

Property Value

Type: System.TimeSpan

Returns the duration until the token expires.

See Also

OAuthS2SSelfIssuedCredential Class
Microsoft.Workflow.Client.Security Namespace

Return to top