Share via


WorkflowNotification.SecurityTokens Propriedade

 

Obtém a coleção de SecurityTokens.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (em Microsoft.Workflow.Client.dll)

Sintaxe

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)

Valor de propriedade

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

SecurityTokens representa a coleção de tokens de segurança que é transmitida para a instância do workflow.

Consulte também

Classe WorkflowNotification
Namespace Microsoft.Workflow.Client

Retornar ao topo