4 instantiations of X509Identity
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (4)
75_identity = new X509Identity(_certificate, false, false); 365_identity = new X509Identity(x500DistinguishedName); 564return _certificate != null ? new X509Identity(_certificate) : new X509Identity(_x500DistinguishedName);
1 reference to X509Identity
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
19private X509Identity _identity;