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