Saml2SecurityTokenHandler.SetDelegateFromAttribute 方法

定义

当检测 Saml2Attribute 的特殊类型时调用此方法。 已传入的 Saml2Attribute 包装一个包含特性值的集合的 Saml2Attribute (特性值在 Values 属性中),每一个特性值将被映射到一个声明。 所有的声明都将返回到 ClaimsIdentity

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

参数

attribute
Saml2Attribute

要使用的 Saml2Attribute

subject
ClaimsIdentity

为此标记的主题的 ClaimsIdentity

issuer
String

声明的颁发者。

例外

不包含任何有效特性值的 Saml2Attribute

适用于