Skip to content

Commit

Permalink
returns message
Browse files Browse the repository at this point in the history
  • Loading branch information
elantiguamsft committed Oct 25, 2023
1 parent 2831490 commit 9b34d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoseSign1/DetachedSignatureFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ private object CreateDetachedSignatureWithChecksInternal(
/// Method which produces a mime type extension based on the given content type and hash algorithm name.
/// </summary>
/// <param name="contentType">The content type to append the hash value to if not already appended.</param>
/// <returns></returns>
/// <returns>A string representing the content type with an appended hash algorithm</returns>
private string ExtendContentType(string contentType) => ExtendContentType(contentType, InternalHashAlgorithmName);

/// <summary>
Expand Down

0 comments on commit 9b34d6b

Please sign in to comment.