共用方式為


SamlSubjectStatement.AddClaimsToList(IList<Claim>) 方法

定義

根據這個執行個體的屬性,將宣告新增至指定的宣告集合中。

protected:
 abstract void AddClaimsToList(System::Collections::Generic::IList<System::IdentityModel::Claims::Claim ^> ^ claims);
protected abstract void AddClaimsToList (System.Collections.Generic.IList<System.IdentityModel.Claims.Claim> claims);
abstract member AddClaimsToList : System.Collections.Generic.IList<System.IdentityModel.Claims.Claim> -> unit
Protected MustOverride Sub AddClaimsToList (claims As IList(Of Claim))

參數

claims
IList<Claim>

型別為 IList<T>Claim,其中包含要新增之宣告的集合。

例外狀況

claimsnull

備註

AddClaimsToList 方法會根據 claims 屬性,將宣告加入至 SamlSubject 參數。

適用於