TAccessManager

Decides whether a remote host is legitimate or not.

It is usually set at a TSSLContext, which then passes it to all the created TSSLSockets.

Members

Enums

Decision
enum Decision

Functions

verify
Decision verify(Address address)

Determines whether a peer should be granted access or not based on its IP address.

verify
Decision verify(string host, const(char)[] certHost)

Determines whether a peer should be granted access or not based on a name from its certificate.

verify
Decision verify(Address address, ubyte[] certAddress)

Determines whether a peer should be granted access or not based on an IP address from its certificate.

Meta