mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Wrap private key password and key direction properties
This commit is contained in:
@@ -122,4 +122,16 @@ typedef NS_ENUM(NSInteger, OpenVPNCompressionMode) {
|
||||
*/
|
||||
@property (nonatomic) OpenVPNCompressionMode compressionMode;
|
||||
|
||||
/**
|
||||
Private key password
|
||||
*/
|
||||
@property (nullable, nonatomic) NSString *privateKeyPassword;
|
||||
|
||||
/**
|
||||
Default key direction parameter for tls-auth (0, 1,
|
||||
or -1 (bidirectional -- default)) if no key-direction
|
||||
parameter defined in profile
|
||||
*/
|
||||
@property (nonatomic) NSInteger keyDirection;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user