Поделиться через


SamlSecurityTokenHandler.AddDelegateToAttributes Метод

Определение

Добавляет все делегаты, связанные с темой ActAs в коллекцию атрибутов.

protected:
 virtual void AddDelegateToAttributes(System::Security::Claims::ClaimsIdentity ^ subject, System::Collections::Generic::ICollection<System::IdentityModel::Tokens::SamlAttribute ^> ^ attributes, System::IdentityModel::Tokens::SecurityTokenDescriptor ^ tokenDescriptor);
protected virtual void AddDelegateToAttributes (System.Security.Claims.ClaimsIdentity subject, System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> attributes, System.IdentityModel.Tokens.SecurityTokenDescriptor tokenDescriptor);
abstract member AddDelegateToAttributes : System.Security.Claims.ClaimsIdentity * System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> * System.IdentityModel.Tokens.SecurityTokenDescriptor -> unit
override this.AddDelegateToAttributes : System.Security.Claims.ClaimsIdentity * System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> * System.IdentityModel.Tokens.SecurityTokenDescriptor -> unit
Protected Overridable Sub AddDelegateToAttributes (subject As ClaimsIdentity, attributes As ICollection(Of SamlAttribute), tokenDescriptor As SecurityTokenDescriptor)

Параметры

subject
ClaimsIdentity

Делегат данного объекта ClaimsIdentity будет сериализован в SamlAttribute. Делегат определяется с помощью свойства Actor.

attributes
ICollection<SamlAttribute>

Коллекция атрибутов, для которой будет сериализован токен ActAs.

tokenDescriptor
SecurityTokenDescriptor

Дескриптор токена.

Исключения

subject имеет значение null.

-или-

tokenDescriptor имеет значение null.

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