Beispiel #1
0
 public QueueClientSideEncryptor(IClientSideEncryptor encryptor)
 {
     _encryptor = encryptor;
 }
Beispiel #2
0
 public BlobClientSideEncryptor(IClientSideEncryptor encryptor)
 {
     _encryptor = encryptor;
 }