3 references to GetOidFromHashAlgorithm
System.Security.Cryptography.Pkcs (3)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (1)
278
writer.WriteObjectIdentifierForCrypto(PkcsHelpers.
GetOidFromHashAlgorithm
(hashAlgorithm));
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
222
string oidStr = PkcsHelpers.
GetOidFromHashAlgorithm
(hashAlgorithm);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
112
if (VerifyHash(hash, PkcsHelpers.
GetOidFromHashAlgorithm
(hashAlgorithm)))