你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CassandraAuthenticationMethod Enum

Definition

Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'.

public enum CassandraAuthenticationMethod
type CassandraAuthenticationMethod = 
Public Enum CassandraAuthenticationMethod
Inheritance
CassandraAuthenticationMethod

Fields

Name Value Description
None 0

None.

Cassandra 1

Cassandra.

Ldap 2

Ldap.

Applies to