Esempio n. 1
0
 public static System.Security.Cryptography.HashAlgorithm GetHashProvider(this NuGet.Common.HashAlgorithmName hashAlgorithmName)
 {
     throw null;
 }
Esempio n. 2
0
 public static System.Security.Cryptography.HashAlgorithmName ConvertToSystemSecurityHashAlgorithmName(this NuGet.Common.HashAlgorithmName hashAlgorithmName)
 {
     throw null;
 }
Esempio n. 3
0
 public static string ConvertToOidString(this NuGet.Common.HashAlgorithmName hashAlgorithmName)
 {
     throw null;
 }
Esempio n. 4
0
 public static System.Security.Cryptography.Oid ConvertToOid(this NuGet.Common.HashAlgorithmName hashAlgorithm)
 {
     throw null;
 }
Esempio n. 5
0
 public static byte[] ComputeHash(this NuGet.Common.HashAlgorithmName hashAlgorithmName, byte[] data)
 {
     throw null;
 }
 public CertificateItem(string fingerprint, NuGet.Common.HashAlgorithmName hashAlgorithm, bool allowUntrustedRoot = false)
 {
 }