C# Class Dse.Auth.Sspi.SecPkgInfo

Mostrar archivo 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_oe property

The packages capabilities and options.
public SecPkgCapability Capabilities
return SecPkgCapability

MaxTokenLength public_oe property

The maximum size, in bytes, of tokens generated by the package.
public int MaxTokenLength
return int

RpcId public_oe property

The package's Id when used in RPC contexts.
public short RpcId
return short

Version public_oe property

The package's version number.
public short Version
return short