12 references to PublicKey
System.IdentityModel (12)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (12)
32
get { return this.
PublicKey
.KeySize; }
158
RSA rsa = this.
PublicKey
as RSA;
224
if ((this.
PublicKey
as DSA) != null)
226
return (this.
PublicKey
as DSA);
233
if ((this.
PublicKey
as RSA) != null)
235
return (this.
PublicKey
as RSA);
297
return description.CreateDeformatter(this.
PublicKey
);
304
asymmetricSignatureDeformatter.SetKey(this.
PublicKey
);
322
DSA dsa = (this.
PublicKey
as DSA);
330
RSA rsa = (this.
PublicKey
as RSA);
499
return (this.
PublicKey
is DSA);
505
return (this.
PublicKey
is RSA);