OperationContext.SupportingTokens Propiedad

Definición

Obtiene un ICollection<T> de tipo SecurityToken.

public:
 property System::Collections::Generic::ICollection<System::ServiceModel::Security::SupportingTokenSpecification ^> ^ SupportingTokens { System::Collections::Generic::ICollection<System::ServiceModel::Security::SupportingTokenSpecification ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ServiceModel.Security.SupportingTokenSpecification> SupportingTokens { get; }
member this.SupportingTokens : System.Collections.Generic.ICollection<System.ServiceModel.Security.SupportingTokenSpecification>
Public ReadOnly Property SupportingTokens As ICollection(Of SupportingTokenSpecification)

Valor de propiedad

Una colección de tokens de seguridad.

Se aplica a