Пример #1
0
 public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.CngAlgorithm algorithm) { throw null; }
Пример #2
0
 public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.CngAlgorithm algorithm, string keyName, System.Security.Cryptography.CngKeyCreationParameters creationParameters)
 {
     throw null;
 }
 public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.CngAlgorithm algorithm, string keyName, System.Security.Cryptography.CngKeyCreationParameters creationParameters)
 {
     return(default(System.Security.Cryptography.CngKey));
 }
 public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.CngAlgorithm algorithm, string?keyName)
 {
     throw null;
 }
 public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.CngAlgorithm algorithm)
 {
     return(default(System.Security.Cryptography.CngKey));
 }