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