Beispiel #1
0
 public PreAuthenticatedUriProvider(ICryptoSerializer cryptoSerializer)
 {
     if (cryptoSerializer == null)
     {
         throw new ArgumentNullException(nameof(cryptoSerializer));
     }
     this.cryptoSerializer = cryptoSerializer;
 }
 public PreAuthenticatedUriProvider(ICryptoSerializer cryptoSerializer)
 {
     if (cryptoSerializer == null)
         throw new ArgumentNullException(nameof(cryptoSerializer));
     this.cryptoSerializer = cryptoSerializer;
 }