1 write to _x500DistinguishedName
System.ServiceModel.Primitives (1)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
539_x500DistinguishedName = x500DistinguishedName;
3 references to _x500DistinguishedName
System.ServiceModel.Primitives (3)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (3)
570if (_x500DistinguishedName != null) 572return _x500DistinguishedName.Name; 610return _certificate != null ? new X509Identity(_certificate) : new X509Identity(_x500DistinguishedName);