示例#1
0
 public bool Check(JsonWebToken token)
 {
     return(_cryptoBuilder.GetSignatureVerification(token.Header).Verify(token));
 }