TSSLContext.getPassword

Override this method for custom password callback. It may be called multiple times at any time during a session as necessary.

class TSSLContext
protected nothrow
string
getPassword
(
int size
)
out (result) { assert (result.length < size); }

Parameters

size int

Maximum length of password, including null byte.

Meta