ClaimsPrincipal.Identities Свойство

Определение

Возвращает коллекцию, содержащую все удостоверения утверждений, связанные с этим субъектом утверждений.

public:
 virtual property System::Collections::Generic::IEnumerable<System::Security::Claims::ClaimsIdentity ^> ^ Identities { System::Collections::Generic::IEnumerable<System::Security::Claims::ClaimsIdentity ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<System.Security.Claims.ClaimsIdentity> Identities { get; }
member this.Identities : seq<System.Security.Claims.ClaimsIdentity>
Public Overridable ReadOnly Property Identities As IEnumerable(Of ClaimsIdentity)

Значение свойства

Коллекция удостоверений утверждений.

Комментарии

В обычном случае коллекция содержит только один элемент.

Коллекция может содержать некоторые элементы, которые являются null.

Применяется к