2 references to X509Identity
System.ServiceModel.Primitives (2)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
385
Identity = new
X509Identity
(x500DistinguishedName);
610
return _certificate != null ? new X509Identity(_certificate) : new
X509Identity
(_x500DistinguishedName);