Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Dse
Auth
Sspi
SecPkgInfo
C# Class Dse.Auth.Sspi.SecPkgInfo
Show file
Open project: datastax/csharp-driver-dse
Class Usage Examples
Public Properties
Property
Type
Description
Capabilities
SecPkgCapability
MaxTokenLength
int
RpcId
short
Version
short
Property Details
Capabilities
public property
The packages capabilities and options.
public
SecPkgCapability
Capabilities
return
SecPkgCapability
MaxTokenLength
public property
The maximum size, in bytes, of tokens generated by the package.
public
int
MaxTokenLength
return
int
RpcId
public property
The package's Id when used in RPC contexts.
public
short
RpcId
return
short
Version
public property
The package's version number.
public
short
Version
return
short