2 writes to issuerName
System.IdentityModel (2)
System\IdentityModel\Tokens\X509IssuerSerialKeyIdentifierClause.cs (2)
25this.issuerName = issuerName; 35this.issuerName = certificate.Issuer;
4 references to issuerName
System.IdentityModel (4)
System\IdentityModel\Tokens\X509IssuerSerialKeyIdentifierClause.cs (4)
41get { return this.issuerName; } 55return ReferenceEquals(this, that) || (that != null && that.Matches(this.issuerName, this.issuerSerialNumber)); 80if (this.issuerName == issuerName) 91if (CryptoHelper.IsEqual(new X500DistinguishedName(this.issuerName).RawData,