WorkflowStartParameters.SecurityTokens プロパティ

 

SecurityTokens コレクションを取得します。

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

構文

public IDictionary<string, string> SecurityTokens { get; }
public:
property IDictionary<String^, String^>^ SecurityTokens {
    IDictionary<String^, String^>^ get();
}
member SecurityTokens : IDictionary<string, string> with get
Public ReadOnly Property SecurityTokens As IDictionary(Of String, String)

プロパティ値

Type: System.Collections.Generic.IDictionary<String, String>

SecurityTokens は、ワークフロー インスタンスに渡されるセキュリティ トークンのコレクションを表します。

参照

WorkflowStartParameters クラス
Microsoft.Workflow.Client 名前空間

トップに戻る