1 reference to X509Identity
System.IdentityModel (1)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
538
return this.certificate != null ? new
X509Identity
(this.certificate) : new X509Identity(this.x500DistinguishedName);