public CngProperty(string name, byte[] value, System.Security.Cryptography.CngPropertyOptions options)
 {
     throw null;
 }
 public bool HasProperty(string name, System.Security.Cryptography.CngPropertyOptions options)
 {
     throw null;
 }
 public bool HasProperty(string name, System.Security.Cryptography.CngPropertyOptions options)
 {
     return(default(bool));
 }
 public CngProperty(string name, byte[] value, System.Security.Cryptography.CngPropertyOptions options)
 {
     throw new System.NotImplementedException();
 }
 public System.Security.Cryptography.CngProperty GetProperty(string name, System.Security.Cryptography.CngPropertyOptions options)
 {
     return(default(System.Security.Cryptography.CngProperty));
 }