13 references to PrivateKey
System.IdentityModel (13)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (13)
122
if (this.
PrivateKey
== null)
127
RSA rsa = this.
PrivateKey
as RSA;
184
if (this.
PrivateKey
== null)
197
if ((this.
PrivateKey
as DSA) != null)
199
return (this.
PrivateKey
as DSA);
207
if ((this.
PrivateKey
as RSA) != null)
209
return (this.
PrivateKey
as RSA);
214
return this.
PrivateKey
;
343
if (this.
PrivateKey
== null)
357
AsymmetricAlgorithm privateKey = LevelUpRsa(this.
PrivateKey
, algorithm);
389
DSA dsa = (this.
PrivateKey
as DSA);
396
RSA rsa = (this.
PrivateKey
as RSA);
455
return (this.
PrivateKey
!= null);