Hevea documentation

DocumentRegistration.SecurityMode Enumeration

List of security modes supported by Hevea.

public enum DocumentRegistration.SecurityMode

Members

Member Name Description
None The document is public.
AuthenticationNeeded The client must be authenticated (BASIC authentication).
Ssl The connection is encrypted.
Dual The connection is encrypted and the client must be authenticated (BASIC authentication).

Requirements

Namespace: Hevea.Core

Assembly: Hevea.Core (in Hevea.Core.dll)

See Also

Hevea.Core Namespace