get_value


Description:

[ CCode ( array_length_pos = 0.1 , array_length_type = "gsize" ) ]
public virtual unowned uint8[] get_value ()

Get the password value.

If return.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 return.length in contexts where you know the password will have a certain fixed length.)

Parameters:

this

a TlsPassword object

length

location to place the length of the password.

Returns:

The password value (owned by the password object).