Exemplo n.º 1
0
 protected internal CryptoAPIDecryptor(CryptoAPIEncryptionInfoBuilder builder) : base(builder)
 {
     _length = -1L;
 }
Exemplo n.º 2
0
 protected internal CryptoAPIEncryptor(CryptoAPIEncryptionInfoBuilder builder)
 {
     this.builder = builder;
 }