Ejemplo n.º 1
0
 public Sha512HashProvider(IEncryptionContext encryptionContext)
 {
     _encryptionContext = encryptionContext;
 }
 public Sha512HashProvider(IEncryptionContext encryptionContext)
 {
     _encryptionContext = encryptionContext;
 }
Ejemplo n.º 3
0
 public AesEncryptionProvider(IEncryptionContext encryptionContext)
 {
     _encryptionContext = encryptionContext;
 }
 public AesEncryptionProvider(IEncryptionContext encryptionContext)
 {
     _encryptionContext = encryptionContext;
 }