Show / Hide Table of Contents

Class AuthenticationMode

These are the Authentication details of an OCI cache user.

Inheritance
object
AuthenticationMode
IamAuthenticationMode
PasswordAuthenticationMode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
[JsonConverter(typeof(AuthenticationModeModelConverter))]
public class AuthenticationMode
In this article
Back to top