mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-23 09:45:54 +02:00
Minor documentation improvement
This commit is contained in:
parent
4fffe28a83
commit
21e7ecac52
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ namespace SMBLibrary.Authentication.GSSAPI
|
|||
public const byte MechanismTokenTag = 0xA2;
|
||||
public const byte MechanismListMICTag = 0xA3;
|
||||
|
||||
/// <summary>
|
||||
/// Contains one or more security mechanisms available for the initiator, in decreasing preference order.
|
||||
/// </summary>
|
||||
public List<byte[]> MechanismTypeList; // Optional
|
||||
// reqFlags - Optional, RECOMMENDED to be left out
|
||||
public byte[] MechanismToken; // Optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue