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