EncryptingAlgorithm Property

Then encryption algorithm used when encrypting.

Syntax

public string EncryptingAlgorithm { get; set; }
Public Property EncryptingAlgorithm As String

Default Value

"AES128GCM"

Remarks

This property specifies the encryption algorithm to use when encrypting. Possible values are:

  • "AES128GCM" (default)
  • "AES256GCM"
  • "AES128"
  • "AES256"

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks P2P 2020 .NET Edition - Version 20.0 [Build 8235]