コード例 #1
0
 public Sha512HashProvider(IEncryptionContext encryptionContext)
 {
     _encryptionContext = encryptionContext;
 }
コード例 #2
0
 public Sha512HashProvider(IEncryptionContext encryptionContext)
 {
     _encryptionContext = encryptionContext;
 }
コード例 #3
0
 public AesEncryptionProvider(IEncryptionContext encryptionContext)
 {
     _encryptionContext = encryptionContext;
 }
コード例 #4
0
 public AesEncryptionProvider(IEncryptionContext encryptionContext)
 {
     _encryptionContext = encryptionContext;
 }