次の方法で共有


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 に有効な属性値が含まれていません。

適用対象