C# Class iControl.NetworkingIPsecIkePeer

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

Public Methods

Method Description
Beginadd_ike_version ( string peers, NetworkingIPsecIkeVersion versions, System callback, object asyncState ) : System.IAsyncResult
Beginadd_traffic_selector ( string peers, string traffic_selectors, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string peers, string files, string keys, string addresses, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_ike_peers ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_ike_peer ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_ca_certificate_file ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_certificate_type ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_crl_file ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_dpd_delay ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_generate_policy ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_ike_proposal_name ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_ike_version ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_lifetime ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_mode ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_my_certificate_file ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_my_certificate_key_file ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_my_certificate_key_passphrase ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_my_id_type ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_my_id_value ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_nat_traversal ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_passive_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_peer_certificate_file ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_peer_id_type ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_peer_id_value ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_phase1_auth_method ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_phase1_encryption_algorithm ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_phase1_hash_algorithm ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_phase1_perfect_forward_secrecy ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_phase1_pseudo_random_function ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_preshared_key ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_preshared_key_encrypted ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_proxy_support_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_remote_address ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_replay_window_size ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_traffic_selector ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_verify_certificate_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_ike_versions ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_traffic_selectors ( string peers, System callback, object asyncState ) : System.IAsyncResult
Beginremove_ike_version ( string peers, NetworkingIPsecIkeVersion versions, System callback, object asyncState ) : System.IAsyncResult
Beginremove_traffic_selector ( string peers, string traffic_selectors, System callback, object asyncState ) : System.IAsyncResult
Beginset_ca_certificate_file ( string peers, string files, System callback, object asyncState ) : System.IAsyncResult
Beginset_certificate_type ( string peers, NetworkingIPsecIkePeerCertType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_crl_file ( string peers, string files, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string peers, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_dpd_delay ( string peers, long delays, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string peers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_generate_policy ( string peers, NetworkingIPsecIkePeerGeneratePolicy policies, System callback, object asyncState ) : System.IAsyncResult
Beginset_ike_proposal_name ( string peers, string names, System callback, object asyncState ) : System.IAsyncResult
Beginset_lifetime ( string peers, long lifetimes, System callback, object asyncState ) : System.IAsyncResult
Beginset_mode ( string peers, NetworkingIPsecIkePeerMode modes, System callback, object asyncState ) : System.IAsyncResult
Beginset_my_certificate_authentication ( string peers, NetworkingIPsecSaMethod methods, string certs, string keys, string passphrases, System callback, object asyncState ) : System.IAsyncResult
Beginset_my_certificate_file ( string peers, string files, System callback, object asyncState ) : System.IAsyncResult
Beginset_my_certificate_key_file ( string peers, string files, System callback, object asyncState ) : System.IAsyncResult
Beginset_my_certificate_key_passphrase ( string peers, string passphrases, System callback, object asyncState ) : System.IAsyncResult
Beginset_my_id_type ( string peers, NetworkingIPsecIkePeerIDType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_my_id_value ( string peers, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_nat_traversal ( string peers, NetworkingIPsecIkePeerNatTraversal nat_traversals, System callback, object asyncState ) : System.IAsyncResult
Beginset_passive_state ( string peers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_peer_certificate_file ( string peers, string files, System callback, object asyncState ) : System.IAsyncResult
Beginset_peer_id_type ( string peers, NetworkingIPsecIkePeerIDType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_peer_id_value ( string peers, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_phase1_auth_method ( string peers, NetworkingIPsecSaMethod methods, System callback, object asyncState ) : System.IAsyncResult
Beginset_phase1_encryption_algorithm ( string peers, NetworkingIPsecIkeEncrAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
Beginset_phase1_hash_algorithm ( string peers, NetworkingIPsecIkeHashAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
Beginset_phase1_perfect_forward_secrecy ( string peers, NetworkingIPsecDiffieHellmanGroup secrecies, System callback, object asyncState ) : System.IAsyncResult
Beginset_phase1_pseudo_random_function ( string peers, NetworkingIPsecIkeHashAlgorithm functions, System callback, object asyncState ) : System.IAsyncResult
Beginset_preshared_key ( string peers, string keys, System callback, object asyncState ) : System.IAsyncResult
Beginset_preshared_key_encrypted ( string peers, string keys, System callback, object asyncState ) : System.IAsyncResult
Beginset_proxy_support_state ( string peers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_remote_address ( string peers, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_replay_window_size ( string peers, long sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_verify_certificate_state ( string peers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endadd_ike_version ( System asyncResult ) : void
Endadd_traffic_selector ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_ike_peers ( System asyncResult ) : void
Enddelete_ike_peer ( System asyncResult ) : void
Endget_ca_certificate_file ( System asyncResult ) : string[]
Endget_certificate_type ( System asyncResult ) : NetworkingIPsecIkePeerCertType[]
Endget_crl_file ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_dpd_delay ( System asyncResult ) : long[]
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_generate_policy ( System asyncResult ) : NetworkingIPsecIkePeerGeneratePolicy[]
Endget_ike_proposal_name ( System asyncResult ) : string[]
Endget_ike_version ( System asyncResult ) : NetworkingIPsecIkeVersion[][]
Endget_lifetime ( System asyncResult ) : long[]
Endget_list ( System asyncResult ) : string[]
Endget_mode ( System asyncResult ) : NetworkingIPsecIkePeerMode[]
Endget_my_certificate_file ( System asyncResult ) : string[]
Endget_my_certificate_key_file ( System asyncResult ) : string[]
Endget_my_certificate_key_passphrase ( System asyncResult ) : string[]
Endget_my_id_type ( System asyncResult ) : NetworkingIPsecIkePeerIDType[]
Endget_my_id_value ( System asyncResult ) : string[]
Endget_nat_traversal ( System asyncResult ) : NetworkingIPsecIkePeerNatTraversal[]
Endget_passive_state ( System asyncResult ) : CommonEnabledState[]
Endget_peer_certificate_file ( System asyncResult ) : string[]
Endget_peer_id_type ( System asyncResult ) : NetworkingIPsecIkePeerIDType[]
Endget_peer_id_value ( System asyncResult ) : string[]
Endget_phase1_auth_method ( System asyncResult ) : NetworkingIPsecSaMethod[]
Endget_phase1_encryption_algorithm ( System asyncResult ) : NetworkingIPsecIkeEncrAlgorithm[]
Endget_phase1_hash_algorithm ( System asyncResult ) : NetworkingIPsecIkeHashAlgorithm[]
Endget_phase1_perfect_forward_secrecy ( System asyncResult ) : NetworkingIPsecDiffieHellmanGroup[]
Endget_phase1_pseudo_random_function ( System asyncResult ) : NetworkingIPsecIkeHashAlgorithm[]
Endget_preshared_key ( System asyncResult ) : string[]
Endget_preshared_key_encrypted ( System asyncResult ) : string[]
Endget_proxy_support_state ( System asyncResult ) : CommonEnabledState[]
Endget_remote_address ( System asyncResult ) : string[]
Endget_replay_window_size ( System asyncResult ) : long[]
Endget_traffic_selector ( System asyncResult ) : string[][]
Endget_verify_certificate_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endremove_all_ike_versions ( System asyncResult ) : void
Endremove_all_traffic_selectors ( System asyncResult ) : void
Endremove_ike_version ( System asyncResult ) : void
Endremove_traffic_selector ( System asyncResult ) : void
Endset_ca_certificate_file ( System asyncResult ) : void
Endset_certificate_type ( System asyncResult ) : void
Endset_crl_file ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_dpd_delay ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void
Endset_generate_policy ( System asyncResult ) : void
Endset_ike_proposal_name ( System asyncResult ) : void
Endset_lifetime ( System asyncResult ) : void
Endset_mode ( System asyncResult ) : void
Endset_my_certificate_authentication ( System asyncResult ) : void
Endset_my_certificate_file ( System asyncResult ) : void
Endset_my_certificate_key_file ( System asyncResult ) : void
Endset_my_certificate_key_passphrase ( System asyncResult ) : void
Endset_my_id_type ( System asyncResult ) : void
Endset_my_id_value ( System asyncResult ) : void
Endset_nat_traversal ( System asyncResult ) : void
Endset_passive_state ( System asyncResult ) : void
Endset_peer_certificate_file ( System asyncResult ) : void
Endset_peer_id_type ( System asyncResult ) : void
Endset_peer_id_value ( System asyncResult ) : void
Endset_phase1_auth_method ( System asyncResult ) : void
Endset_phase1_encryption_algorithm ( System asyncResult ) : void
Endset_phase1_hash_algorithm ( System asyncResult ) : void
Endset_phase1_perfect_forward_secrecy ( System asyncResult ) : void
Endset_phase1_pseudo_random_function ( System asyncResult ) : void
Endset_preshared_key ( System asyncResult ) : void
Endset_preshared_key_encrypted ( System asyncResult ) : void
Endset_proxy_support_state ( System asyncResult ) : void
Endset_remote_address ( System asyncResult ) : void
Endset_replay_window_size ( System asyncResult ) : void
Endset_verify_certificate_state ( System asyncResult ) : void
NetworkingIPsecIkePeer ( ) : System

Private Methods

Method Description
add_ike_version ( string peers, NetworkingIPsecIkeVersion versions ) : void
add_traffic_selector ( string peers, string traffic_selectors ) : void
create ( string peers, string files, string keys, string addresses ) : void
delete_all_ike_peers ( ) : void
delete_ike_peer ( string peers ) : void
get_ca_certificate_file ( string peers ) : string[]
get_certificate_type ( string peers ) : NetworkingIPsecIkePeerCertType[]
get_crl_file ( string peers ) : string[]
get_description ( string peers ) : string[]
get_dpd_delay ( string peers ) : long[]
get_enabled_state ( string peers ) : CommonEnabledState[]
get_generate_policy ( string peers ) : NetworkingIPsecIkePeerGeneratePolicy[]
get_ike_proposal_name ( string peers ) : string[]
get_ike_version ( string peers ) : NetworkingIPsecIkeVersion[][]
get_lifetime ( string peers ) : long[]
get_list ( ) : string[]
get_mode ( string peers ) : NetworkingIPsecIkePeerMode[]
get_my_certificate_file ( string peers ) : string[]
get_my_certificate_key_file ( string peers ) : string[]
get_my_certificate_key_passphrase ( string peers ) : string[]
get_my_id_type ( string peers ) : NetworkingIPsecIkePeerIDType[]
get_my_id_value ( string peers ) : string[]
get_nat_traversal ( string peers ) : NetworkingIPsecIkePeerNatTraversal[]
get_passive_state ( string peers ) : CommonEnabledState[]
get_peer_certificate_file ( string peers ) : string[]
get_peer_id_type ( string peers ) : NetworkingIPsecIkePeerIDType[]
get_peer_id_value ( string peers ) : string[]
get_phase1_auth_method ( string peers ) : NetworkingIPsecSaMethod[]
get_phase1_encryption_algorithm ( string peers ) : NetworkingIPsecIkeEncrAlgorithm[]
get_phase1_hash_algorithm ( string peers ) : NetworkingIPsecIkeHashAlgorithm[]
get_phase1_perfect_forward_secrecy ( string peers ) : NetworkingIPsecDiffieHellmanGroup[]
get_phase1_pseudo_random_function ( string peers ) : NetworkingIPsecIkeHashAlgorithm[]
get_preshared_key ( string peers ) : string[]
get_preshared_key_encrypted ( string peers ) : string[]
get_proxy_support_state ( string peers ) : CommonEnabledState[]
get_remote_address ( string peers ) : string[]
get_replay_window_size ( string peers ) : long[]
get_traffic_selector ( string peers ) : string[][]
get_verify_certificate_state ( string peers ) : CommonEnabledState[]
get_version ( ) : string
remove_all_ike_versions ( string peers ) : void
remove_all_traffic_selectors ( string peers ) : void
remove_ike_version ( string peers, NetworkingIPsecIkeVersion versions ) : void
remove_traffic_selector ( string peers, string traffic_selectors ) : void
set_ca_certificate_file ( string peers, string files ) : void
set_certificate_type ( string peers, NetworkingIPsecIkePeerCertType types ) : void
set_crl_file ( string peers, string files ) : void
set_description ( string peers, string descriptions ) : void
set_dpd_delay ( string peers, long delays ) : void
set_enabled_state ( string peers, CommonEnabledState states ) : void
set_generate_policy ( string peers, NetworkingIPsecIkePeerGeneratePolicy policies ) : void
set_ike_proposal_name ( string peers, string names ) : void
set_lifetime ( string peers, long lifetimes ) : void
set_mode ( string peers, NetworkingIPsecIkePeerMode modes ) : void
set_my_certificate_authentication ( string peers, NetworkingIPsecSaMethod methods, string certs, string keys, string passphrases ) : void
set_my_certificate_file ( string peers, string files ) : void
set_my_certificate_key_file ( string peers, string files ) : void
set_my_certificate_key_passphrase ( string peers, string passphrases ) : void
set_my_id_type ( string peers, NetworkingIPsecIkePeerIDType types ) : void
set_my_id_value ( string peers, string values ) : void
set_nat_traversal ( string peers, NetworkingIPsecIkePeerNatTraversal nat_traversals ) : void
set_passive_state ( string peers, CommonEnabledState states ) : void
set_peer_certificate_file ( string peers, string files ) : void
set_peer_id_type ( string peers, NetworkingIPsecIkePeerIDType types ) : void
set_peer_id_value ( string peers, string values ) : void
set_phase1_auth_method ( string peers, NetworkingIPsecSaMethod methods ) : void
set_phase1_encryption_algorithm ( string peers, NetworkingIPsecIkeEncrAlgorithm algorithms ) : void
set_phase1_hash_algorithm ( string peers, NetworkingIPsecIkeHashAlgorithm algorithms ) : void
set_phase1_perfect_forward_secrecy ( string peers, NetworkingIPsecDiffieHellmanGroup secrecies ) : void
set_phase1_pseudo_random_function ( string peers, NetworkingIPsecIkeHashAlgorithm functions ) : void
set_preshared_key ( string peers, string keys ) : void
set_preshared_key_encrypted ( string peers, string keys ) : void
set_proxy_support_state ( string peers, CommonEnabledState states ) : void
set_remote_address ( string peers, string addresses ) : void
set_replay_window_size ( string peers, long sizes ) : void
set_verify_certificate_state ( string peers, CommonEnabledState states ) : void

Method Details

Beginadd_ike_version() public method

public Beginadd_ike_version ( string peers, NetworkingIPsecIkeVersion versions, System callback, object asyncState ) : System.IAsyncResult
peers string
versions NetworkingIPsecIkeVersion
callback System
asyncState object
return System.IAsyncResult

Beginadd_traffic_selector() public method

public Beginadd_traffic_selector ( string peers, string traffic_selectors, System callback, object asyncState ) : System.IAsyncResult
peers string
traffic_selectors string
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( string peers, string files, string keys, string addresses, System callback, object asyncState ) : System.IAsyncResult
peers string
files string
keys string
addresses string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_ike_peers() public method

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

Begindelete_ike_peer() public method

public Begindelete_ike_peer ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_ca_certificate_file() public method

public Beginget_ca_certificate_file ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_certificate_type() public method

public Beginget_certificate_type ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_crl_file() public method

public Beginget_crl_file ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_dpd_delay() public method

public Beginget_dpd_delay ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_enabled_state() public method

public Beginget_enabled_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_generate_policy() public method

public Beginget_generate_policy ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_ike_proposal_name() public method

public Beginget_ike_proposal_name ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_ike_version() public method

public Beginget_ike_version ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_lifetime() public method

public Beginget_lifetime ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers 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_mode() public method

public Beginget_mode ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_my_certificate_file() public method

public Beginget_my_certificate_file ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_my_certificate_key_file() public method

public Beginget_my_certificate_key_file ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_my_certificate_key_passphrase() public method

public Beginget_my_certificate_key_passphrase ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_my_id_type() public method

public Beginget_my_id_type ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_my_id_value() public method

public Beginget_my_id_value ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_nat_traversal() public method

public Beginget_nat_traversal ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_passive_state() public method

public Beginget_passive_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_peer_certificate_file() public method

public Beginget_peer_certificate_file ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_peer_id_type() public method

public Beginget_peer_id_type ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_peer_id_value() public method

public Beginget_peer_id_value ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_phase1_auth_method() public method

public Beginget_phase1_auth_method ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_phase1_encryption_algorithm() public method

public Beginget_phase1_encryption_algorithm ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_phase1_hash_algorithm() public method

public Beginget_phase1_hash_algorithm ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_phase1_perfect_forward_secrecy() public method

public Beginget_phase1_perfect_forward_secrecy ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_phase1_pseudo_random_function() public method

public Beginget_phase1_pseudo_random_function ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_preshared_key() public method

public Beginget_preshared_key ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_preshared_key_encrypted() public method

public Beginget_preshared_key_encrypted ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_proxy_support_state() public method

public Beginget_proxy_support_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_remote_address() public method

public Beginget_remote_address ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_replay_window_size() public method

public Beginget_replay_window_size ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_traffic_selector() public method

public Beginget_traffic_selector ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginget_verify_certificate_state() public method

public Beginget_verify_certificate_state ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers 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

Beginremove_all_ike_versions() public method

public Beginremove_all_ike_versions ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginremove_all_traffic_selectors() public method

public Beginremove_all_traffic_selectors ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult

Beginremove_ike_version() public method

public Beginremove_ike_version ( string peers, NetworkingIPsecIkeVersion versions, System callback, object asyncState ) : System.IAsyncResult
peers string
versions NetworkingIPsecIkeVersion
callback System
asyncState object
return System.IAsyncResult

Beginremove_traffic_selector() public method

public Beginremove_traffic_selector ( string peers, string traffic_selectors, System callback, object asyncState ) : System.IAsyncResult
peers string
traffic_selectors string
callback System
asyncState object
return System.IAsyncResult

Beginset_ca_certificate_file() public method

public Beginset_ca_certificate_file ( string peers, string files, System callback, object asyncState ) : System.IAsyncResult
peers string
files string
callback System
asyncState object
return System.IAsyncResult

Beginset_certificate_type() public method

public Beginset_certificate_type ( string peers, NetworkingIPsecIkePeerCertType types, System callback, object asyncState ) : System.IAsyncResult
peers string
types NetworkingIPsecIkePeerCertType
callback System
asyncState object
return System.IAsyncResult

Beginset_crl_file() public method

public Beginset_crl_file ( string peers, string files, System callback, object asyncState ) : System.IAsyncResult
peers string
files string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_dpd_delay() public method

public Beginset_dpd_delay ( string peers, long delays, System callback, object asyncState ) : System.IAsyncResult
peers string
delays long
callback System
asyncState object
return System.IAsyncResult

Beginset_enabled_state() public method

public Beginset_enabled_state ( string peers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
peers string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_generate_policy() public method

public Beginset_generate_policy ( string peers, NetworkingIPsecIkePeerGeneratePolicy policies, System callback, object asyncState ) : System.IAsyncResult
peers string
policies NetworkingIPsecIkePeerGeneratePolicy
callback System
asyncState object
return System.IAsyncResult

Beginset_ike_proposal_name() public method

public Beginset_ike_proposal_name ( string peers, string names, System callback, object asyncState ) : System.IAsyncResult
peers string
names string
callback System
asyncState object
return System.IAsyncResult

Beginset_lifetime() public method

public Beginset_lifetime ( string peers, long lifetimes, System callback, object asyncState ) : System.IAsyncResult
peers string
lifetimes long
callback System
asyncState object
return System.IAsyncResult

Beginset_mode() public method

public Beginset_mode ( string peers, NetworkingIPsecIkePeerMode modes, System callback, object asyncState ) : System.IAsyncResult
peers string
modes NetworkingIPsecIkePeerMode
callback System
asyncState object
return System.IAsyncResult

Beginset_my_certificate_authentication() public method

public Beginset_my_certificate_authentication ( string peers, NetworkingIPsecSaMethod methods, string certs, string keys, string passphrases, System callback, object asyncState ) : System.IAsyncResult
peers string
methods NetworkingIPsecSaMethod
certs string
keys string
passphrases string
callback System
asyncState object
return System.IAsyncResult

Beginset_my_certificate_file() public method

public Beginset_my_certificate_file ( string peers, string files, System callback, object asyncState ) : System.IAsyncResult
peers string
files string
callback System
asyncState object
return System.IAsyncResult

Beginset_my_certificate_key_file() public method

public Beginset_my_certificate_key_file ( string peers, string files, System callback, object asyncState ) : System.IAsyncResult
peers string
files string
callback System
asyncState object
return System.IAsyncResult

Beginset_my_certificate_key_passphrase() public method

public Beginset_my_certificate_key_passphrase ( string peers, string passphrases, System callback, object asyncState ) : System.IAsyncResult
peers string
passphrases string
callback System
asyncState object
return System.IAsyncResult

Beginset_my_id_type() public method

public Beginset_my_id_type ( string peers, NetworkingIPsecIkePeerIDType types, System callback, object asyncState ) : System.IAsyncResult
peers string
types NetworkingIPsecIkePeerIDType
callback System
asyncState object
return System.IAsyncResult

Beginset_my_id_value() public method

public Beginset_my_id_value ( string peers, string values, System callback, object asyncState ) : System.IAsyncResult
peers string
values string
callback System
asyncState object
return System.IAsyncResult

Beginset_nat_traversal() public method

public Beginset_nat_traversal ( string peers, NetworkingIPsecIkePeerNatTraversal nat_traversals, System callback, object asyncState ) : System.IAsyncResult
peers string
nat_traversals NetworkingIPsecIkePeerNatTraversal
callback System
asyncState object
return System.IAsyncResult

Beginset_passive_state() public method

public Beginset_passive_state ( string peers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
peers string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_peer_certificate_file() public method

public Beginset_peer_certificate_file ( string peers, string files, System callback, object asyncState ) : System.IAsyncResult
peers string
files string
callback System
asyncState object
return System.IAsyncResult

Beginset_peer_id_type() public method

public Beginset_peer_id_type ( string peers, NetworkingIPsecIkePeerIDType types, System callback, object asyncState ) : System.IAsyncResult
peers string
types NetworkingIPsecIkePeerIDType
callback System
asyncState object
return System.IAsyncResult

Beginset_peer_id_value() public method

public Beginset_peer_id_value ( string peers, string values, System callback, object asyncState ) : System.IAsyncResult
peers string
values string
callback System
asyncState object
return System.IAsyncResult

Beginset_phase1_auth_method() public method

public Beginset_phase1_auth_method ( string peers, NetworkingIPsecSaMethod methods, System callback, object asyncState ) : System.IAsyncResult
peers string
methods NetworkingIPsecSaMethod
callback System
asyncState object
return System.IAsyncResult

Beginset_phase1_encryption_algorithm() public method

public Beginset_phase1_encryption_algorithm ( string peers, NetworkingIPsecIkeEncrAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
peers string
algorithms NetworkingIPsecIkeEncrAlgorithm
callback System
asyncState object
return System.IAsyncResult

Beginset_phase1_hash_algorithm() public method

public Beginset_phase1_hash_algorithm ( string peers, NetworkingIPsecIkeHashAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
peers string
algorithms NetworkingIPsecIkeHashAlgorithm
callback System
asyncState object
return System.IAsyncResult

Beginset_phase1_perfect_forward_secrecy() public method

public Beginset_phase1_perfect_forward_secrecy ( string peers, NetworkingIPsecDiffieHellmanGroup secrecies, System callback, object asyncState ) : System.IAsyncResult
peers string
secrecies NetworkingIPsecDiffieHellmanGroup
callback System
asyncState object
return System.IAsyncResult

Beginset_phase1_pseudo_random_function() public method

public Beginset_phase1_pseudo_random_function ( string peers, NetworkingIPsecIkeHashAlgorithm functions, System callback, object asyncState ) : System.IAsyncResult
peers string
functions NetworkingIPsecIkeHashAlgorithm
callback System
asyncState object
return System.IAsyncResult

Beginset_preshared_key() public method

public Beginset_preshared_key ( string peers, string keys, System callback, object asyncState ) : System.IAsyncResult
peers string
keys string
callback System
asyncState object
return System.IAsyncResult

Beginset_preshared_key_encrypted() public method

public Beginset_preshared_key_encrypted ( string peers, string keys, System callback, object asyncState ) : System.IAsyncResult
peers string
keys string
callback System
asyncState object
return System.IAsyncResult

Beginset_proxy_support_state() public method

public Beginset_proxy_support_state ( string peers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
peers string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_remote_address() public method

public Beginset_remote_address ( string peers, string addresses, System callback, object asyncState ) : System.IAsyncResult
peers string
addresses string
callback System
asyncState object
return System.IAsyncResult

Beginset_replay_window_size() public method

public Beginset_replay_window_size ( string peers, long sizes, System callback, object asyncState ) : System.IAsyncResult
peers string
sizes long
callback System
asyncState object
return System.IAsyncResult

Beginset_verify_certificate_state() public method

public Beginset_verify_certificate_state ( string peers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
peers string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Endadd_ike_version() public method

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

Endadd_traffic_selector() public method

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

Endcreate() public method

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

Enddelete_all_ike_peers() public method

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

Enddelete_ike_peer() public method

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

Endget_ca_certificate_file() public method

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

Endget_certificate_type() public method

public Endget_certificate_type ( System asyncResult ) : NetworkingIPsecIkePeerCertType[]
asyncResult System
return NetworkingIPsecIkePeerCertType[]

Endget_crl_file() public method

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

Endget_description() public method

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

Endget_dpd_delay() public method

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

Endget_enabled_state() public method

public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_generate_policy() public method

public Endget_generate_policy ( System asyncResult ) : NetworkingIPsecIkePeerGeneratePolicy[]
asyncResult System
return NetworkingIPsecIkePeerGeneratePolicy[]

Endget_ike_proposal_name() public method

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

Endget_ike_version() public method

public Endget_ike_version ( System asyncResult ) : NetworkingIPsecIkeVersion[][]
asyncResult System
return NetworkingIPsecIkeVersion[][]

Endget_lifetime() public method

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

Endget_list() public method

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

Endget_mode() public method

public Endget_mode ( System asyncResult ) : NetworkingIPsecIkePeerMode[]
asyncResult System
return NetworkingIPsecIkePeerMode[]

Endget_my_certificate_file() public method

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

Endget_my_certificate_key_file() public method

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

Endget_my_certificate_key_passphrase() public method

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

Endget_my_id_type() public method

public Endget_my_id_type ( System asyncResult ) : NetworkingIPsecIkePeerIDType[]
asyncResult System
return NetworkingIPsecIkePeerIDType[]

Endget_my_id_value() public method

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

Endget_nat_traversal() public method

public Endget_nat_traversal ( System asyncResult ) : NetworkingIPsecIkePeerNatTraversal[]
asyncResult System
return NetworkingIPsecIkePeerNatTraversal[]

Endget_passive_state() public method

public Endget_passive_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_peer_certificate_file() public method

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

Endget_peer_id_type() public method

public Endget_peer_id_type ( System asyncResult ) : NetworkingIPsecIkePeerIDType[]
asyncResult System
return NetworkingIPsecIkePeerIDType[]

Endget_peer_id_value() public method

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

Endget_phase1_auth_method() public method

public Endget_phase1_auth_method ( System asyncResult ) : NetworkingIPsecSaMethod[]
asyncResult System
return NetworkingIPsecSaMethod[]

Endget_phase1_encryption_algorithm() public method

public Endget_phase1_encryption_algorithm ( System asyncResult ) : NetworkingIPsecIkeEncrAlgorithm[]
asyncResult System
return NetworkingIPsecIkeEncrAlgorithm[]

Endget_phase1_hash_algorithm() public method

public Endget_phase1_hash_algorithm ( System asyncResult ) : NetworkingIPsecIkeHashAlgorithm[]
asyncResult System
return NetworkingIPsecIkeHashAlgorithm[]

Endget_phase1_perfect_forward_secrecy() public method

public Endget_phase1_perfect_forward_secrecy ( System asyncResult ) : NetworkingIPsecDiffieHellmanGroup[]
asyncResult System
return NetworkingIPsecDiffieHellmanGroup[]

Endget_phase1_pseudo_random_function() public method

public Endget_phase1_pseudo_random_function ( System asyncResult ) : NetworkingIPsecIkeHashAlgorithm[]
asyncResult System
return NetworkingIPsecIkeHashAlgorithm[]

Endget_preshared_key() public method

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

Endget_preshared_key_encrypted() public method

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

Endget_proxy_support_state() public method

public Endget_proxy_support_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_remote_address() public method

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

Endget_replay_window_size() public method

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

Endget_traffic_selector() public method

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

Endget_verify_certificate_state() public method

public Endget_verify_certificate_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_version() public method

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

Endremove_all_ike_versions() public method

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

Endremove_all_traffic_selectors() public method

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

Endremove_ike_version() public method

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

Endremove_traffic_selector() public method

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

Endset_ca_certificate_file() public method

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

Endset_certificate_type() public method

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

Endset_crl_file() public method

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

Endset_description() public method

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

Endset_dpd_delay() public method

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

Endset_enabled_state() public method

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

Endset_generate_policy() public method

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

Endset_ike_proposal_name() public method

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

Endset_lifetime() public method

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

Endset_mode() public method

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

Endset_my_certificate_authentication() public method

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

Endset_my_certificate_file() public method

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

Endset_my_certificate_key_file() public method

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

Endset_my_certificate_key_passphrase() public method

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

Endset_my_id_type() public method

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

Endset_my_id_value() public method

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

Endset_nat_traversal() public method

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

Endset_passive_state() public method

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

Endset_peer_certificate_file() public method

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

Endset_peer_id_type() public method

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

Endset_peer_id_value() public method

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

Endset_phase1_auth_method() public method

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

Endset_phase1_encryption_algorithm() public method

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

Endset_phase1_hash_algorithm() public method

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

Endset_phase1_perfect_forward_secrecy() public method

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

Endset_phase1_pseudo_random_function() public method

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

Endset_preshared_key() public method

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

Endset_preshared_key_encrypted() public method

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

Endset_proxy_support_state() public method

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

Endset_remote_address() public method

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

Endset_replay_window_size() public method

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

Endset_verify_certificate_state() public method

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

NetworkingIPsecIkePeer() public method

public NetworkingIPsecIkePeer ( ) : System
return System