Пример #1
0
 public Sha512HashProvider(IEncryptionContext encryptionContext)
 {
     _encryptionContext = encryptionContext;
 }
 public Sha512HashProvider(IEncryptionContext encryptionContext)
 {
     _encryptionContext = encryptionContext;
 }
Пример #3
0
 public AesEncryptionProvider(IEncryptionContext encryptionContext)
 {
     _encryptionContext = encryptionContext;
 }
 public AesEncryptionProvider(IEncryptionContext encryptionContext)
 {
     _encryptionContext = encryptionContext;
 }