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.0.9 (git 5ca22bb)
Syntax
C#
byte[] InitialResponse()

Return Value

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