mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-21 16:55:54 +02:00
Documentation syntax corrections
This commit is contained in:
parent
083128889a
commit
027b4652fa
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/// Adapted from https://referencesource.microsoft.com/#system.web/Security/Cryptography/SP800_108.cs
|
||||
// Adapted from https://referencesource.microsoft.com/#system.web/Security/Cryptography/SP800_108.cs
|
||||
using System;
|
||||
using System.Security.Cryptography;
|
||||
using Utilities;
|
||||
|
|
|
@ -12,7 +12,7 @@ namespace SMBLibrary.SMB1
|
|||
{
|
||||
/// <summary>
|
||||
/// TRANS2_QUERY_FILE_INFORMATION Response
|
||||
/// </summary
|
||||
/// </summary>
|
||||
public class Transaction2QueryFileInformationResponse : Transaction2Subcommand
|
||||
{
|
||||
public const int ParametersLength = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue