次の方法で共有


PrincipalConfig.Attributes Property

Definition

A list of key-value pairs that match the attributes of the clients. The attributes are case-sensitive and must match the attributes provided by the clients during authentication.

public System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string,string>> Attributes { get; }
member this.Attributes : System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, string>>
Public ReadOnly Property Attributes As IList(Of IDictionary(Of String, String))

Property Value

Applies to