ServiceModelSecurityTokenRequirement.IssuerBindingContextProperty Propriedade

Definição

Obtém a chave para a propriedade do requisito de token cujo valor é o BindingContext a ser usado para se comunicar com a parte emissora se o requisito é para um token emitido.Gets the key for the token requirement property whose value is the BindingContext to use to talk to the issuing party if the requirement is for an issued token.

public:
 static property System::String ^ IssuerBindingContextProperty { System::String ^ get(); };
public static string IssuerBindingContextProperty { get; }
member this.IssuerBindingContextProperty : string
Public Shared ReadOnly Property IssuerBindingContextProperty As String

Valor da propriedade

String

A chave da propriedade de requisito de token cujo valor deve ser BindingContext usado para se comunicar com a parte emissora.The key for the token requirement property whose value is BindingContext to use to talk to the issuing party.

Comentários

O valor que corresponde a essa chave é do tipo BindingContext .The value that corresponds to this key is of type BindingContext. Essa propriedade é adicionada aos requisitos de token relacionados à comunicação segura e à autenticação SPNEGO/TLSNEGO.This property is added to the token requirements relating to secure conversation and SPNEGO/TLSNEGO authentication.

Aplica-se a