SamlAssertion.IssueInstant Proprietà

Definizione

Ottiene o imposta la data e l'ora in cui è stata emessa l'asserzione SAML.

public:
 property DateTime IssueInstant { DateTime get(); void set(DateTime value); };
public DateTime IssueInstant { get; set; }
member this.IssueInstant : DateTime with get, set
Public Property IssueInstant As DateTime

Valore della proprietà

Struttura DateTime espressa in formato UTC (Coordinated Universal Time) che specifica quando è stata emessa l'asserzione SAML.

Eccezioni

La proprietà IsReadOnly è true e si è tentato di impostare la proprietà IssueInstant.

Commenti

La proprietà IssueInstant corrisponde all'attributo IssueInstant dell'elemento <saml:Assertion> definito nella specifica nella specifica OASIS SAML 1.1.

Si applica a