3 references to GetAlgorithmName
System.Core (3)
System\Security\Cryptography\StrongNameSignatureInformation.cs (1)
22
CapiNative.
GetAlgorithmName
(CapiNative.AlgorithmId.Sha1);
System\Security\Cryptography\X509Certificates\AuthenticodeSignatureInformation.cs (1)
87
get { return CapiNative.
GetAlgorithmName
(m_hashAlgorithmId); }
System\Security\Cryptography\X509Certificates\TimestampInformation.cs (1)
48
get { return CapiNative.
GetAlgorithmName
(m_hashAlgorithmId); }