Property | Type | Description | |
---|---|---|---|
_cert | Certificate | ||
_group | string | ||
_group_vpn | IGroupVPNServer | ||
_request_id | string | ||
_secret | string | ||
_state | States | ||
_unsigned_cert | byte[] | ||
_username | string |
Method | Description | |
---|---|---|
CheckRequest ( ) : bool |
Checks the request to see if it has been signed!
|
|
GroupVPNClient ( string username, string group, string secret, string server_uri, string node_address, |
||
Start ( ) : void |
Keeps the thread until either we are successful in getting a certificate or we fail.
|
Method | Description | |
---|---|---|
SubmitRequest ( ) : bool |
Submits a request to be signed!
|
public GroupVPNClient ( string username, string group, string secret, string server_uri, string node_address, |
||
username | string | |
group | string | |
secret | string | |
server_uri | string | |
node_address | string | |
public_key | ||
return | Brunet |