OperationContext.SupportingTokens Property

Definition

Gets a ICollection<T> of type 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)

Property Value

A collection of security tokens.

Applies to