C# Class iControl.NetworkingIPsecManualSecurityAssociation

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Begincreate ( string associations, string addresses, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_manual_security_associations ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_manual_security_association ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_auth_algorithm ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_auth_key ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_auth_key_encrypted ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_destination_address ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_encrypt_algorithm ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_encrypt_key ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_encrypt_key_encrypted ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_policy ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_protocol ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_address ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_spi ( string associations, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_auth_algorithm ( string associations, NetworkingIPsecSaManAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
Beginset_auth_key ( string associations, string keys, System callback, object asyncState ) : System.IAsyncResult
Beginset_auth_key_encrypted ( string associations, string keys, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string associations, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_destination_address ( string associations, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_encrypt_algorithm ( string associations, NetworkingIPsecManSaEncrAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
Beginset_encrypt_key ( string associations, string keys, System callback, object asyncState ) : System.IAsyncResult
Beginset_encrypt_key_encrypted ( string associations, string keys, System callback, object asyncState ) : System.IAsyncResult
Beginset_policy ( string associations, string policies, System callback, object asyncState ) : System.IAsyncResult
Beginset_protocol ( string associations, NetworkingIPsecProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_address ( string associations, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_spi ( string associations, long spis, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_manual_security_associations ( System asyncResult ) : void
Enddelete_manual_security_association ( System asyncResult ) : void
Endget_auth_algorithm ( System asyncResult ) : NetworkingIPsecSaManAlgorithm[]
Endget_auth_key ( System asyncResult ) : string[]
Endget_auth_key_encrypted ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_destination_address ( System asyncResult ) : string[]
Endget_encrypt_algorithm ( System asyncResult ) : NetworkingIPsecManSaEncrAlgorithm[]
Endget_encrypt_key ( System asyncResult ) : string[]
Endget_encrypt_key_encrypted ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_policy ( System asyncResult ) : string[]
Endget_protocol ( System asyncResult ) : NetworkingIPsecProtocol[]
Endget_source_address ( System asyncResult ) : string[]
Endget_spi ( System asyncResult ) : long[]
Endget_version ( System asyncResult ) : string
Endset_auth_algorithm ( System asyncResult ) : void
Endset_auth_key ( System asyncResult ) : void
Endset_auth_key_encrypted ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_destination_address ( System asyncResult ) : void
Endset_encrypt_algorithm ( System asyncResult ) : void
Endset_encrypt_key ( System asyncResult ) : void
Endset_encrypt_key_encrypted ( System asyncResult ) : void
Endset_policy ( System asyncResult ) : void
Endset_protocol ( System asyncResult ) : void
Endset_source_address ( System asyncResult ) : void
Endset_spi ( System asyncResult ) : void
NetworkingIPsecManualSecurityAssociation ( ) : System

Private Methods

Method Description
create ( string associations, string addresses ) : void
delete_all_manual_security_associations ( ) : void
delete_manual_security_association ( string associations ) : void
get_auth_algorithm ( string associations ) : NetworkingIPsecSaManAlgorithm[]
get_auth_key ( string associations ) : string[]
get_auth_key_encrypted ( string associations ) : string[]
get_description ( string associations ) : string[]
get_destination_address ( string associations ) : string[]
get_encrypt_algorithm ( string associations ) : NetworkingIPsecManSaEncrAlgorithm[]
get_encrypt_key ( string associations ) : string[]
get_encrypt_key_encrypted ( string associations ) : string[]
get_list ( ) : string[]
get_policy ( string associations ) : string[]
get_protocol ( string associations ) : NetworkingIPsecProtocol[]
get_source_address ( string associations ) : string[]
get_spi ( string associations ) : long[]
get_version ( ) : string
set_auth_algorithm ( string associations, NetworkingIPsecSaManAlgorithm algorithms ) : void
set_auth_key ( string associations, string keys ) : void
set_auth_key_encrypted ( string associations, string keys ) : void
set_description ( string associations, string descriptions ) : void
set_destination_address ( string associations, string addresses ) : void
set_encrypt_algorithm ( string associations, NetworkingIPsecManSaEncrAlgorithm algorithms ) : void
set_encrypt_key ( string associations, string keys ) : void
set_encrypt_key_encrypted ( string associations, string keys ) : void
set_policy ( string associations, string policies ) : void
set_protocol ( string associations, NetworkingIPsecProtocol protocols ) : void
set_source_address ( string associations, string addresses ) : void
set_spi ( string associations, long spis ) : void

Method Details

Begincreate() public method

public Begincreate ( string associations, string addresses, System callback, object asyncState ) : System.IAsyncResult
associations string
addresses string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_manual_security_associations() public method

public Begindelete_all_manual_security_associations ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Begindelete_manual_security_association() public method

public Begindelete_manual_security_association ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_auth_algorithm() public method

public Beginget_auth_algorithm ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_auth_key() public method

public Beginget_auth_key ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_auth_key_encrypted() public method

public Beginget_auth_key_encrypted ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_destination_address() public method

public Beginget_destination_address ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_encrypt_algorithm() public method

public Beginget_encrypt_algorithm ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_encrypt_key() public method

public Beginget_encrypt_key ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_encrypt_key_encrypted() public method

public Beginget_encrypt_key_encrypted ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_policy() public method

public Beginget_policy ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_protocol() public method

public Beginget_protocol ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_source_address() public method

public Beginget_source_address ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_spi() public method

public Beginget_spi ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginset_auth_algorithm() public method

public Beginset_auth_algorithm ( string associations, NetworkingIPsecSaManAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
associations string
algorithms NetworkingIPsecSaManAlgorithm
callback System
asyncState object
return System.IAsyncResult

Beginset_auth_key() public method

public Beginset_auth_key ( string associations, string keys, System callback, object asyncState ) : System.IAsyncResult
associations string
keys string
callback System
asyncState object
return System.IAsyncResult

Beginset_auth_key_encrypted() public method

public Beginset_auth_key_encrypted ( string associations, string keys, System callback, object asyncState ) : System.IAsyncResult
associations string
keys string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

public Beginset_description ( string associations, string descriptions, System callback, object asyncState ) : System.IAsyncResult
associations string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Beginset_destination_address() public method

public Beginset_destination_address ( string associations, string addresses, System callback, object asyncState ) : System.IAsyncResult
associations string
addresses string
callback System
asyncState object
return System.IAsyncResult

Beginset_encrypt_algorithm() public method

public Beginset_encrypt_algorithm ( string associations, NetworkingIPsecManSaEncrAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
associations string
algorithms NetworkingIPsecManSaEncrAlgorithm
callback System
asyncState object
return System.IAsyncResult

Beginset_encrypt_key() public method

public Beginset_encrypt_key ( string associations, string keys, System callback, object asyncState ) : System.IAsyncResult
associations string
keys string
callback System
asyncState object
return System.IAsyncResult

Beginset_encrypt_key_encrypted() public method

public Beginset_encrypt_key_encrypted ( string associations, string keys, System callback, object asyncState ) : System.IAsyncResult
associations string
keys string
callback System
asyncState object
return System.IAsyncResult

Beginset_policy() public method

public Beginset_policy ( string associations, string policies, System callback, object asyncState ) : System.IAsyncResult
associations string
policies string
callback System
asyncState object
return System.IAsyncResult

Beginset_protocol() public method

public Beginset_protocol ( string associations, NetworkingIPsecProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
associations string
protocols NetworkingIPsecProtocol
callback System
asyncState object
return System.IAsyncResult

Beginset_source_address() public method

public Beginset_source_address ( string associations, string addresses, System callback, object asyncState ) : System.IAsyncResult
associations string
addresses string
callback System
asyncState object
return System.IAsyncResult

Beginset_spi() public method

public Beginset_spi ( string associations, long spis, System callback, object asyncState ) : System.IAsyncResult
associations string
spis long
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_manual_security_associations() public method

public Enddelete_all_manual_security_associations ( System asyncResult ) : void
asyncResult System
return void

Enddelete_manual_security_association() public method

public Enddelete_manual_security_association ( System asyncResult ) : void
asyncResult System
return void

Endget_auth_algorithm() public method

public Endget_auth_algorithm ( System asyncResult ) : NetworkingIPsecSaManAlgorithm[]
asyncResult System
return NetworkingIPsecSaManAlgorithm[]

Endget_auth_key() public method

public Endget_auth_key ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_auth_key_encrypted() public method

public Endget_auth_key_encrypted ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_description() public method

public Endget_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_destination_address() public method

public Endget_destination_address ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_encrypt_algorithm() public method

public Endget_encrypt_algorithm ( System asyncResult ) : NetworkingIPsecManSaEncrAlgorithm[]
asyncResult System
return NetworkingIPsecManSaEncrAlgorithm[]

Endget_encrypt_key() public method

public Endget_encrypt_key ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_encrypt_key_encrypted() public method

public Endget_encrypt_key_encrypted ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_policy() public method

public Endget_policy ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_protocol() public method

public Endget_protocol ( System asyncResult ) : NetworkingIPsecProtocol[]
asyncResult System
return NetworkingIPsecProtocol[]

Endget_source_address() public method

public Endget_source_address ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_spi() public method

public Endget_spi ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endset_auth_algorithm() public method

public Endset_auth_algorithm ( System asyncResult ) : void
asyncResult System
return void

Endset_auth_key() public method

public Endset_auth_key ( System asyncResult ) : void
asyncResult System
return void

Endset_auth_key_encrypted() public method

public Endset_auth_key_encrypted ( System asyncResult ) : void
asyncResult System
return void

Endset_description() public method

public Endset_description ( System asyncResult ) : void
asyncResult System
return void

Endset_destination_address() public method

public Endset_destination_address ( System asyncResult ) : void
asyncResult System
return void

Endset_encrypt_algorithm() public method

public Endset_encrypt_algorithm ( System asyncResult ) : void
asyncResult System
return void

Endset_encrypt_key() public method

public Endset_encrypt_key ( System asyncResult ) : void
asyncResult System
return void

Endset_encrypt_key_encrypted() public method

public Endset_encrypt_key_encrypted ( System asyncResult ) : void
asyncResult System
return void

Endset_policy() public method

public Endset_policy ( System asyncResult ) : void
asyncResult System
return void

Endset_protocol() public method

public Endset_protocol ( System asyncResult ) : void
asyncResult System
return void

Endset_source_address() public method

public Endset_source_address ( System asyncResult ) : void
asyncResult System
return void

Endset_spi() public method

public Endset_spi ( System asyncResult ) : void
asyncResult System
return void

NetworkingIPsecManualSecurityAssociation() public method

public NetworkingIPsecManualSecurityAssociation ( ) : System
return System