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


SamlSecurityTokenHandler.SetDelegateFromAttribute Метод

Определение

Этот метод вызывается при обнаружении особого типа объекта SamlAttribute. Переданный объект SamlAttribute упаковывает объект SamlAttribute, содержащий коллекцию значений атрибутов (в свойстве AttributeValues), каждый из которых сопоставляется утверждению. Все утверждения будут возвращены в ClaimsIdentity с указанным издателем.

protected:
 virtual void SetDelegateFromAttribute(System::IdentityModel::Tokens::SamlAttribute ^ attribute, System::Security::Claims::ClaimsIdentity ^ subject, System::String ^ issuer);
protected virtual void SetDelegateFromAttribute (System.IdentityModel.Tokens.SamlAttribute attribute, System.Security.Claims.ClaimsIdentity subject, string issuer);
abstract member SetDelegateFromAttribute : System.IdentityModel.Tokens.SamlAttribute * System.Security.Claims.ClaimsIdentity * string -> unit
override this.SetDelegateFromAttribute : System.IdentityModel.Tokens.SamlAttribute * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub SetDelegateFromAttribute (attribute As SamlAttribute, subject As ClaimsIdentity, issuer As String)

Параметры

attribute
SamlAttribute

Используемый SamlAttribute.

subject
ClaimsIdentity

ClaimsIdentity, который является субъектом этого токена.

issuer
String

Поставщик требования.

Исключения

SamlAttribute не содержит допустимые значения атрибута.

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