C# Class Microsoft.SqlServer.TDS.EndPoint.SSPI.SecPkgInfo

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
Capabilities uint
MaxToken int
RPCID ushort
Version ushort

Property Details

Capabilities public_oe property

Set of bit flags that describes the capabilities of the security package
public uint Capabilities
return uint

MaxToken public_oe property

Specifies the maximum size, in bytes, of the token.
public int MaxToken
return int

RPCID public_oe property

Specifies a DCE RPC identifier, if appropriate
public ushort RPCID
return ushort

Version public_oe property

Specifies the version of the package protocol. Must be 1.
public ushort Version
return ushort