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