Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EncryptionPolicy

Indicates encryption policy for a connection.

Index

Enumeration members

Enumeration members

Disabled

Disabled: = 3
Encryption will not be available for the given connection.
field

Disabled

type

{fm.icelink.EncryptionPolicy}

Negotiated

Negotiated: = 2
Encryption is preferred but not required. If the other peer does not support encryption, connection will be established without encryption.
field

Negotiated

type

{fm.icelink.EncryptionPolicy}

Required

Required: = 1
Encryption is required. If encryption is not supported by peer, connection must fail.
field

Required

type

{fm.icelink.EncryptionPolicy}