x509_file_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc
struct x509_file_st {}

Members

Variables

num_alloced
int num_alloced;
Undocumented in source.
num_paths
int num_paths;

number of paths to files or directories

path_type
int* path_type;
Undocumented in source.
paths
char** paths;

the list of paths or directories

Meta