Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
InputSecurityBuffer (ReadOnlySpan< byte > data, System.Net.Security.SecurityBufferType tokentype) | |
InputSecurityBuffer (ChannelBinding binding) | |
InputSecurityBuffer (ReadOnlySpan< byte > data, System.Net.Security.SecurityBufferType tokentype) | |
InputSecurityBuffer (ChannelBinding binding) | |
InputSecurityBuffer (ReadOnlySpan< byte > data, System.Net.Security.SecurityBufferType tokentype) | |
InputSecurityBuffer (ChannelBinding binding) | |
InputSecurityBuffer (ReadOnlySpan< byte > data, SecurityBufferType tokentype) | |
InputSecurityBuffer (ChannelBinding binding) | |
Public Attributes | |
readonly System.Net.Security.SecurityBufferType | Type |
readonly ReadOnlySpan< byte > | Token |
readonly SafeHandle | UnmanagedToken |
readonly SecurityBufferType | Type |
Definition at line 7 of file InputSecurityBuffer.cs.