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