次の方法で共有


Saml2SecurityTokenHandler.AddDelegateToAttributes メソッド

定義

サブジェクトに関連付けられているデリゲートをすべて属性コレクションに追加します。

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

パラメーター

subject
ClaimsIdentity

この ClaimsIdentity オブジェクトのデリゲートは、Saml2Attribute にシリアル化されます。

attributes
ICollection<Saml2Attribute>

Saml2Attribute 型のコレクション。

tokenDescriptor
SecurityTokenDescriptor

トークン記述子。

例外

subjectnullです。

または

tokenDescriptornull です。

適用対象