Home Previous Up Next Index

Glacier2::SSLPermissionsVerifier

Overview

interface SSLPermissionsVerifier

The SSL Glacier2 permissions verifier. This is called through the process of establishing a session.

See Also

Router

Operations

bool authorize(SSLInfo info, out string reason)

Check whether a user has permission to access the router.

Parameters

info
The SSL information.
reason
The reason why access was denied.

Return Value

True if access is granted, or false otherwise.

See Also

SSLInfo

Home Previous Up Next Index