2 instantiations of X509AsymmetricSecurityKey
System.IdentityModel (2)
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (1)
44this.key = new X509AsymmetricSecurityKey(this.certificate);
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
72temp.Add(new X509AsymmetricSecurityKey(this.certificate));
1 reference to X509AsymmetricSecurityKey
System.IdentityModel (1)
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (1)
13X509AsymmetricSecurityKey key;