Method | Description | |
---|---|---|
Begincreate ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_policies ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_policy ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_auth_algorithm ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_encrypt_algorithm ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_forward_secrecy ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_ipcomp_algorithm ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_ipcomp_deflate_level ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_lifetime ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_lifetime_kilobytes ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_local_address ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_mode ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_protocol ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_remote_address ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_auth_algorithm ( string policies, NetworkingIPsecSaAuthAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string policies, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_encrypt_algorithm ( string policies, NetworkingIPsecDynSaEncryptAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_forward_secrecy ( string policies, NetworkingIPsecDiffieHellmanGroup secrecies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_ipcomp_algorithm ( string policies, NetworkingIPCompAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_ipcomp_deflate_level ( string policies, short levels, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_lifetime ( string policies, long lifetimes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_lifetime_kilobytes ( string policies, long lifetimes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_local_address ( string policies, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_mode ( string policies, NetworkingIPsecMode modes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_protocol ( string policies, NetworkingIPsecProtocol protocols, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_remote_address ( string policies, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_policies ( System asyncResult ) : void | ||
Enddelete_policy ( System asyncResult ) : void | ||
Endget_auth_algorithm ( System asyncResult ) : NetworkingIPsecSaAuthAlgorithm[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_encrypt_algorithm ( System asyncResult ) : NetworkingIPsecDynSaEncryptAlgorithm[] | ||
Endget_forward_secrecy ( System asyncResult ) : NetworkingIPsecDiffieHellmanGroup[] | ||
Endget_ipcomp_algorithm ( System asyncResult ) : NetworkingIPCompAlgorithm[] | ||
Endget_ipcomp_deflate_level ( System asyncResult ) : short[] | ||
Endget_lifetime ( System asyncResult ) : long[] | ||
Endget_lifetime_kilobytes ( System asyncResult ) : long[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_local_address ( System asyncResult ) : string[] | ||
Endget_mode ( System asyncResult ) : NetworkingIPsecMode[] | ||
Endget_protocol ( System asyncResult ) : NetworkingIPsecProtocol[] | ||
Endget_remote_address ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_auth_algorithm ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_encrypt_algorithm ( System asyncResult ) : void | ||
Endset_forward_secrecy ( System asyncResult ) : void | ||
Endset_ipcomp_algorithm ( System asyncResult ) : void | ||
Endset_ipcomp_deflate_level ( System asyncResult ) : void | ||
Endset_lifetime ( System asyncResult ) : void | ||
Endset_lifetime_kilobytes ( System asyncResult ) : void | ||
Endset_local_address ( System asyncResult ) : void | ||
Endset_mode ( System asyncResult ) : void | ||
Endset_protocol ( System asyncResult ) : void | ||
Endset_remote_address ( System asyncResult ) : void | ||
NetworkingIPsecPolicy ( ) : System |
Method | Description | |
---|---|---|
create ( string policies ) : void | ||
delete_all_policies ( ) : void | ||
delete_policy ( string policies ) : void | ||
get_auth_algorithm ( string policies ) : NetworkingIPsecSaAuthAlgorithm[] | ||
get_description ( string policies ) : string[] | ||
get_encrypt_algorithm ( string policies ) : NetworkingIPsecDynSaEncryptAlgorithm[] | ||
get_forward_secrecy ( string policies ) : NetworkingIPsecDiffieHellmanGroup[] | ||
get_ipcomp_algorithm ( string policies ) : NetworkingIPCompAlgorithm[] | ||
get_ipcomp_deflate_level ( string policies ) : short[] | ||
get_lifetime ( string policies ) : long[] | ||
get_lifetime_kilobytes ( string policies ) : long[] | ||
get_list ( ) : string[] | ||
get_local_address ( string policies ) : string[] | ||
get_mode ( string policies ) : NetworkingIPsecMode[] | ||
get_protocol ( string policies ) : NetworkingIPsecProtocol[] | ||
get_remote_address ( string policies ) : string[] | ||
get_version ( ) : string | ||
set_auth_algorithm ( string policies, NetworkingIPsecSaAuthAlgorithm algorithms ) : void | ||
set_description ( string policies, string descriptions ) : void | ||
set_encrypt_algorithm ( string policies, NetworkingIPsecDynSaEncryptAlgorithm algorithms ) : void | ||
set_forward_secrecy ( string policies, NetworkingIPsecDiffieHellmanGroup secrecies ) : void | ||
set_ipcomp_algorithm ( string policies, NetworkingIPCompAlgorithm algorithms ) : void | ||
set_ipcomp_deflate_level ( string policies, short levels ) : void | ||
set_lifetime ( string policies, long lifetimes ) : void | ||
set_lifetime_kilobytes ( string policies, long lifetimes ) : void | ||
set_local_address ( string policies, string addresses ) : void | ||
set_mode ( string policies, NetworkingIPsecMode modes ) : void | ||
set_protocol ( string policies, NetworkingIPsecProtocol protocols ) : void | ||
set_remote_address ( string policies, string addresses ) : void |
public Begincreate ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_policies ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_policy ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_auth_algorithm ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_encrypt_algorithm ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_forward_secrecy ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_ipcomp_algorithm ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_ipcomp_deflate_level ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_lifetime ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_lifetime_kilobytes ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_local_address ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_mode ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_protocol ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_remote_address ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_auth_algorithm ( string policies, NetworkingIPsecSaAuthAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
algorithms | NetworkingIPsecSaAuthAlgorithm | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string policies, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_encrypt_algorithm ( string policies, NetworkingIPsecDynSaEncryptAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
algorithms | NetworkingIPsecDynSaEncryptAlgorithm | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_forward_secrecy ( string policies, NetworkingIPsecDiffieHellmanGroup secrecies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
secrecies | NetworkingIPsecDiffieHellmanGroup | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_ipcomp_algorithm ( string policies, NetworkingIPCompAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
algorithms | NetworkingIPCompAlgorithm | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_ipcomp_deflate_level ( string policies, short levels, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
levels | short | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_lifetime ( string policies, long lifetimes, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
lifetimes | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_lifetime_kilobytes ( string policies, long lifetimes, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
lifetimes | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_local_address ( string policies, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_mode ( string policies, NetworkingIPsecMode modes, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
modes | NetworkingIPsecMode | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_protocol ( string policies, NetworkingIPsecProtocol protocols, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
protocols | NetworkingIPsecProtocol | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_remote_address ( string policies, string addresses, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
addresses | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_policies ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_policy ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_auth_algorithm ( System asyncResult ) : NetworkingIPsecSaAuthAlgorithm[] | ||
asyncResult | System | |
return | NetworkingIPsecSaAuthAlgorithm[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_encrypt_algorithm ( System asyncResult ) : NetworkingIPsecDynSaEncryptAlgorithm[] | ||
asyncResult | System | |
return | NetworkingIPsecDynSaEncryptAlgorithm[] |
public Endget_forward_secrecy ( System asyncResult ) : NetworkingIPsecDiffieHellmanGroup[] | ||
asyncResult | System | |
return | NetworkingIPsecDiffieHellmanGroup[] |
public Endget_ipcomp_algorithm ( System asyncResult ) : NetworkingIPCompAlgorithm[] | ||
asyncResult | System | |
return | NetworkingIPCompAlgorithm[] |
public Endget_ipcomp_deflate_level ( System asyncResult ) : short[] | ||
asyncResult | System | |
return | short[] |
public Endget_lifetime ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_lifetime_kilobytes ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_local_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_mode ( System asyncResult ) : NetworkingIPsecMode[] | ||
asyncResult | System | |
return | NetworkingIPsecMode[] |
public Endget_protocol ( System asyncResult ) : NetworkingIPsecProtocol[] | ||
asyncResult | System | |
return | NetworkingIPsecProtocol[] |
public Endget_remote_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_auth_algorithm ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_encrypt_algorithm ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_forward_secrecy ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_ipcomp_algorithm ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_ipcomp_deflate_level ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_lifetime ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_lifetime_kilobytes ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_local_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_mode ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_protocol ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_remote_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |