Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

240
Views
Not able to Encrypt Azure CloudFile. Was able to Encrypt Azure Blob

I am not able to find any class or library to Encrypt/Decrypt Azure CloudFile using C#. I am searching for something which is available for Azure CloudFile.

Following link explain about Blob,but I need similar for CloudFiles.

https://docs.microsoft.com/en-us/azure/storage/blobs/storage-encrypt-decrypt-blobs-key-vault?tabs=dotnet

I need something like below, but for ColudFile.

        BlobEncryptionPolicy policy
           = new BlobEncryptionPolicy(rsa, null);

        BlobRequestOptions options
           = new BlobRequestOptions() { EncryptionPolicy = policy };

Any help guys.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

It is not possible to encrypt/decrypt data in AzureStorage.file . As only Blob, Queue and Table support encryption policy .

Reference: Client-Side Encryption with .NET for Microsoft Azure Storage | Microsoft Docs

Reference for cloud file library: Microsoft.Azure.Storage.File Namespace - Azure for .NET Developers | Microsoft Docs

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!