Show / Hide Table of Contents

Enum KeyUsages

The intended usage(s) of the created key. It can be used to authenticate client side, server side, or both.

Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
[Flags]
public enum KeyUsages

Fields

Name Description
ClientAuth

The key can be used for authenticating the client side of the connection

ServerAuth

The key can be used for authenticating the server side of the connection

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX