Compartilhar via


SecurityTokenRequirement.Properties Propriedade

Definição

Obtém uma coleção de propriedades não estáticas para a instância SecurityTokenRequirement atual.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Properties As IDictionary(Of String, Object)

Valor da propriedade

Um IDictionary<TKey,TValue> que contém uma coleção das propriedades não estáticas da instância atual SecurityTokenRequirement .

Comentários

Use os valores das KeySizePropertypropriedades , KeyTypeProperty, KeyUsageProperty, TokenTypeProperty como índices na coleção para obter um valor de propriedade específico.

Aplica-se a