AuthenticationProperties.GetDateTimeOffset(String) Method

Definition

Get a nullable DateTimeOffset value from the Items collection.

protected:
 Nullable<DateTimeOffset> GetDateTimeOffset(System::String ^ key);
protected DateTimeOffset? GetDateTimeOffset (string key);
member this.GetDateTimeOffset : string -> Nullable<DateTimeOffset>
Protected Function GetDateTimeOffset (key As String) As Nullable(Of DateTimeOffset)

Parameters

key
String

Property key.

Returns

Retrieved value or null if the property is not set.

Applies to