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