Skip to content

Instantly share code, notes, and snippets.

View wuping2004's full-sized avatar

Ping wuping2004

  • China
  • SH China
View GitHub Profile
@wuping2004
wuping2004 / gist:e90742f4d299b70a7c5167a2c8b3193c
Last active May 14, 2020 13:08
Copy Directory from File to Blob
using Microsoft.Azure.Storage;
using Microsoft.Azure.Storage.Blob;
using Microsoft.Azure.Storage.DataMovement;
using Microsoft.Azure.Storage.File;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Threading;
@wuping2004
wuping2004 / gist:c91d4d8aab33eba4fe9366afdd740d86
Created May 5, 2020 10:58
Testing Project For Get Certificates
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp6