2 references to MatchesBuffer
System.IdentityModel (2)
System\IdentityModel\Tokens\RsaKeyIdentifierClause.cs (2)
72
return SecurityUtils.
MatchesBuffer
(this.rsaParameters.Modulus, rsaParameters.Modulus) &&
73
SecurityUtils.
MatchesBuffer
(this.rsaParameters.Exponent, rsaParameters.Exponent);