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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.