public virtual void IsSupportedSignature_Success(Jwk key, SignatureAlgorithm alg) { Assert.True(key.SupportSignature(alg)); }