SecurityBindingElement.OptionalOperationSupportingTokenParameters Propriedade

Definição

Obtém a coleção de operações opcionais que suportam parâmetros de token.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::ServiceModel::Security::Tokens::SupportingTokenParameters ^> ^ OptionalOperationSupportingTokenParameters { System::Collections::Generic::IDictionary<System::String ^, System::ServiceModel::Security::Tokens::SupportingTokenParameters ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,System.ServiceModel.Security.Tokens.SupportingTokenParameters> OptionalOperationSupportingTokenParameters { get; }
member this.OptionalOperationSupportingTokenParameters : System.Collections.Generic.IDictionary<string, System.ServiceModel.Security.Tokens.SupportingTokenParameters>
Public ReadOnly Property OptionalOperationSupportingTokenParameters As IDictionary(Of String, SupportingTokenParameters)

Valor de Propriedade

A IDictionary<TKey,TValue> dos tipos String (chave) e SupportingTokenParameters (valor).

Observações

Os tokens de suporte fornecem reivindicações adicionais para além das contidas nos tokens primários para a vinculação. Os tokens de suporte podem ser definidos num âmbito diferente do binding, neste caso a operação. O serviço não rejeita a mensagem caso esta não contenha tokens que correspondam aos tipos de tokens especificados na OptionalOperationSupportingTokenParameters coleção.

Aplica-se a