2 references to X509Identity
System.IdentityModel (2)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
347this.identity = new X509Identity(x500DistinguishedName); 538return this.certificate != null ? new X509Identity(this.certificate) : new X509Identity(this.x500DistinguishedName);