Exemplo n.º 1
0
 public SymmetricSigner(SymmetricJwk key, SignatureAlgorithm algorithm)
     : this(key.AsSpan(), algorithm)
 {
 }