TlsPassword.getValue

Get the password value. If @length is not %NULL then it will be filled in with the length of the password value. (Note that the password value is not nul-terminated, so you can only pass %NULL for @length in contexts where you know the password will have a certain fixed length.)

class TlsPassword
string
getValue
(
size_t* length
)

Parameters

length size_t*

location to place the length of the password.

Return: The password value (owned by the password object).

Meta

Since

2.30