OAuthS2SCredential.GetNotBeforeDateTime メソッド

NotBefore 要求の値を取得します。

名前空間:  Microsoft.Workflow.Client.Security
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Protected Shared Function GetNotBeforeDateTime As DateTime
'使用
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

戻り値

型: System.DateTime
NotBefore 要求の値を DateTime として返します。

関連項目

参照

OAuthS2SCredential クラス

Microsoft.Workflow.Client.Security 名前空間