Share via


AuthenticationProperties.IssuedUtc Property

 

Gets or sets the time at which the authentication ticket was issued.

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

Syntax

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

Property Value

Type: System.Nullable<DateTimeOffset>

Returns Nullable<T>.

See Also

AuthenticationProperties Class
Microsoft.Owin.Security Namespace

Return to top