1 write to x500DistinguishedName
System.IdentityModel (1)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
480this.x500DistinguishedName = x500DistinguishedName;
3 references to x500DistinguishedName
System.IdentityModel (3)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (3)
510if (this.x500DistinguishedName != null) 511return this.x500DistinguishedName.Name; 538return this.certificate != null ? new X509Identity(this.certificate) : new X509Identity(this.x500DistinguishedName);