4 references to isSha256
System.IdentityModel (4)
System\IdentityModel\RsaSignatureCookieTransform.cs (4)
197
if ((
isSha256
() && CryptoHelper.VerifySignatureForSha256(verifier, hash, signature)) ||
270
if (
isSha256
())
313
if (
isSha256
() && null != rsaProvider)
329
if (
isSha256
() && null != rsaProvider)