2 references to X509Identity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
365
_identity = new
X509Identity
(x500DistinguishedName);
564
return _certificate != null ? new X509Identity(_certificate) : new
X509Identity
(_x500DistinguishedName);