Exemplo n.º 1
0
 public static System.Security.Cryptography.HashAlgorithm GetHashProvider(this NuGet.Common.HashAlgorithmName hashAlgorithmName)
 {
     throw null;
 }
Exemplo n.º 2
0
 public static System.Security.Cryptography.HashAlgorithmName ConvertToSystemSecurityHashAlgorithmName(this NuGet.Common.HashAlgorithmName hashAlgorithmName)
 {
     throw null;
 }
Exemplo n.º 3
0
 public static string ConvertToOidString(this NuGet.Common.HashAlgorithmName hashAlgorithmName)
 {
     throw null;
 }
Exemplo n.º 4
0
 public static System.Security.Cryptography.Oid ConvertToOid(this NuGet.Common.HashAlgorithmName hashAlgorithm)
 {
     throw null;
 }
Exemplo 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)
 {
 }