Metodo OAuthS2SCredential.GetNotBeforeDateTime

Ottiene il valore dell'attestazione NotBefore.

Spazio dei nomi  Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

'Dichiarazione
Protected Shared Function GetNotBeforeDateTime As DateTime
'Utilizzo
Dim returnValue As DateTime 

returnValue = OAuthS2SCredential.GetNotBeforeDateTime()
protected static DateTime GetNotBeforeDateTime()
protected:
static DateTime GetNotBeforeDateTime()
static member GetNotBeforeDateTime : unit -> DateTime
protected static function GetNotBeforeDateTime() : DateTime

Valore restituito

Tipo: System.DateTime
Restituisce il valore dell'attestazione NotBefore come DateTime.

Vedere anche

Riferimento

OAuthS2SCredential Classe

Spazio dei nomi Microsoft.Workflow.Client.Security