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);
564
return _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)
19
private
X509Identity
_identity;