Click or drag to resize

IAuthenticatorInitialResponse Method

Obtain an initial response token for initializing the SASL handshake

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
byte[] InitialResponse()

Return Value

Type: Byte
the initial response to send to the server, may be null
See Also