public static System.Security.Cryptography.CngKey Import(byte[] keyBlob, System.Security.Cryptography.CngKeyBlobFormat format, System.Security.Cryptography.CngProvider provider)
 {
     throw null;
 }
 public byte[] Export(System.Security.Cryptography.CngKeyBlobFormat format)
 {
     throw null;
 }
 public static System.Security.Cryptography.CngKey Import(byte[] keyBlob, System.Security.Cryptography.CngKeyBlobFormat format, System.Security.Cryptography.CngProvider provider)
 {
     return(default(System.Security.Cryptography.CngKey));
 }
 public byte[] Export(System.Security.Cryptography.CngKeyBlobFormat format)
 {
     return(default(byte[]));
 }
 public static System.Security.Cryptography.ECDiffieHellmanPublicKey FromByteArray(byte[] publicKeyBlob, System.Security.Cryptography.CngKeyBlobFormat format)
 {
     throw null;
 }
 public bool Equals(System.Security.Cryptography.CngKeyBlobFormat other)
 {
     return(default(bool));
 }