Exclude GostXades from Hcs namespace
This commit is contained in:
@ -31,9 +31,9 @@ namespace Hcs.ClientApi
|
||||
}
|
||||
}
|
||||
|
||||
public static Hcs.GostXades.CryptoProviderTypeEnum GetProviderType(this X509Certificate2 certificate)
|
||||
public static GostXades.CryptoProviderTypeEnum GetProviderType(this X509Certificate2 certificate)
|
||||
{
|
||||
return (Hcs.GostXades.CryptoProviderTypeEnum)GetProviderInfo(certificate).Item1;
|
||||
return (GostXades.CryptoProviderTypeEnum)GetProviderInfo(certificate).Item1;
|
||||
}
|
||||
|
||||
public static Tuple<int, string> GetProviderInfo(this X509Certificate2 certificate)
|
||||
|
||||
Reference in New Issue
Block a user