AuthenticationProperties.IssuedUtc Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá nebo nastaví čas, kdy byl vydán ověřovací lístek.
public:
property Nullable<DateTimeOffset> IssuedUtc { Nullable<DateTimeOffset> get(); void set(Nullable<DateTimeOffset> value); };
public DateTimeOffset? IssuedUtc { get; set; }
[System.Text.Json.Serialization.JsonIgnore]
public DateTimeOffset? IssuedUtc { get; set; }
member this.IssuedUtc : Nullable<DateTimeOffset> with get, set
[<System.Text.Json.Serialization.JsonIgnore>]
member this.IssuedUtc : Nullable<DateTimeOffset> with get, set
Public Property IssuedUtc As Nullable(Of DateTimeOffset)
Hodnota vlastnosti
- Atributy