OAuthBearerAuthenticationOptions.SystemClock Property

Gets the system clock.

Namespace:  Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

'Declaration
Public Property SystemClock As ISystemClock 
    Get 
    Set
'Usage
Dim instance As OAuthBearerAuthenticationOptions 
Dim value As ISystemClock 

value = instance.SystemClock

instance.SystemClock = value
public ISystemClock SystemClock { get; set; }
public:
property ISystemClock^ SystemClock {
    ISystemClock^ get ();
    void set (ISystemClock^ value);
}
member SystemClock : ISystemClock with get, set
function get SystemClock () : ISystemClock 
function set SystemClock (value : ISystemClock)

Property Value

Type: Microsoft.Owin.Infrastructure.ISystemClock
The system clock.

See Also

Reference

OAuthBearerAuthenticationOptions Class

Microsoft.Owin.Security.OAuth Namespace