base64secret_decode
Description:
[ Version ( since = "1.16" ) ]
public bool base64secret_decode (string base64_key, size_t required_key_len, out uint8 out_key)
Parameters:
| base64_key |
the (possibly invalid) base64 encode key. |
| required_key_len |
the expected (binary) length of the key after decoding. If the length does not match, the validation fails. |
| out_key |
an optional output buffer for the binary key. If given, it will be filled with exactly |
Returns:
|
true if the input key is a valid base64 encoded key with |
Namespace: NM.Utils
Package: libnm