Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SecPkgContext_Sizes.cs
Go to the documentation of this file.
1namespace System.Net;
2
3internal struct SecPkgContext_Sizes
4{
5 public readonly int cbMaxToken;
6
7 public readonly int cbMaxSignature;
8
9 public readonly int cbBlockSize;
10
11 public readonly int cbSecurityTrailer;
12}