AuthenticationProperties.GetDateTimeOffset(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.