SecurityBindingElement.OptionalOperationSupportingTokenParameters Propriedade

Definição

Obtém a coleção de parâmetros de token de suporte da operação opcionais.

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 da propriedade

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

Comentários

Os tokens de suporte fornecem declarações adicionais além daquelas contidas nos tokens primários para a associação. Os tokens de suporte podem ser definidos em um escopo diferente da associação, nesse caso, a operação. O serviço não rejeita a mensagem caso não contenha tokens que correspondam aos tipos de token especificados na OptionalOperationSupportingTokenParameters coleção.

Aplica-se a