3 writes to HashAlgorithm
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\MessageImprint.xml.cs (1)
77System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref sequenceReader, rebind, out decoded.HashAlgorithm);
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
304HashAlgorithm =
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
342HashAlgorithm =
3 references to HashAlgorithm
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\MessageImprint.xml.cs (1)
26HashAlgorithm.Encode(writer);
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
27public Oid HashAlgorithmId => (_hashAlgorithmId ??= new Oid(_parsedData.MessageImprint.HashAlgorithm.Algorithm, null));
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
93public Oid HashAlgorithmId => (_hashAlgorithmId ??= new Oid(_parsedData.MessageImprint.HashAlgorithm.Algorithm, null));