DefaultClaimSet.Initialize(ClaimSet, IList<Claim>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes an instance of the DefaultClaimSet class, using the specified claims.
protected:
void Initialize(System::IdentityModel::Claims::ClaimSet ^ issuer, System::Collections::Generic::IList<System::IdentityModel::Claims::Claim ^> ^ claims);
protected void Initialize (System.IdentityModel.Claims.ClaimSet issuer, System.Collections.Generic.IList<System.IdentityModel.Claims.Claim> claims);
member this.Initialize : System.IdentityModel.Claims.ClaimSet * System.Collections.Generic.IList<System.IdentityModel.Claims.Claim> -> unit
Protected Sub Initialize (issuer As ClaimSet, claims As IList(Of Claim))
Parameters
Exceptions
Remarks
The constructors that take at least one parameter call the Initialize(ClaimSet, IList<Claim>) method.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.