예제 #1
0
 public PolygonAuth()
 {
     _randomUtils = new PolygonRandomUtils();
     _cryptoUtils = new PolygonCryptoUtils();
 }
예제 #2
0
 public PolygonAuth(IPolygonRandomUtils randomUtils, IPolygonCryptoUtils cryptoUtils)
 {
     _randomUtils = randomUtils;
     _cryptoUtils = cryptoUtils;
 }