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