Mentalis.org Security Library documentation

SecurityOptions.AllowedAlgorithms Property

Gets or sets the list of algorithms that can be used to encrypt and compress data.

[Visual Basic]
Public Property AllowedAlgorithms As SslAlgorithms
[C#]
public SslAlgorithms AllowedAlgorithms {get; set;}

Property Value

A bitwise combination of the SslAlgorithms values.

Remarks

This member should always contain at least one encryption algorithm and one compression algorithm. Currently, the only defined compression algorithm is SslAlgorithms.NULL_COMPRESSION. The default setting for this member is SslAlgorithms.ALL.

See Also

SecurityOptions Class | SecurityOptions Members | Org.Mentalis.Security.Ssl Namespace