C# Class System.Net.SecPkgContext_StreamSizes

Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
SizeOf int
cBuffers int
cbBlockSize int
cbHeader int
cbMaximumMessage int
cbTrailer int

Private Methods

Method Description
SecPkgContext_StreamSizes ( byte memory ) : System.Diagnostics

Property Details

SizeOf public static property

public static int SizeOf
return int

cBuffers public property

public int cBuffers
return int

cbBlockSize public property

public int cbBlockSize
return int

cbHeader public property

public int cbHeader
return int

cbMaximumMessage public property

public int cbMaximumMessage
return int

cbTrailer public property

public int cbTrailer
return int