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