C# Class iControl.ManagementCertLDAPConfiguration

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

Public Methods

Method Description
Beginadd_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string config_names, string search_base_dns, string servers, System callback, object asyncState ) : System.IAsyncResult
Begincreate_default_authentication_ad_configuration ( string search_base_dn, string servers, System callback, object asyncState ) : System.IAsyncResult
Begincreate_default_authentication_ldap_configuration ( string search_base_dn, string servers, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_configurations ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_configuration ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_bind_distinguished_name ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_bind_password ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_bind_time_limit ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_check_host_attribute_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_check_roles_group_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_debug_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_filter ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_idle_time_limit ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_ignore_unavailable_authentication_information_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_ldap_ssl_option ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_ldap_sso_option ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_ldap_version ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_login_attribute ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_login_filter ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_login_name_attribute ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_port ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_search_base_distinguished_name ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_search_scope ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_search_time_limit ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_server ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_ssl_ca_certificate_file ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_ssl_check_peer_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_ssl_cipher ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_ssl_client_certificate ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_ssl_client_key ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_warning_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult
Beginset_bind_distinguished_name ( string config_names, string bind_dns, System callback, object asyncState ) : System.IAsyncResult
Beginset_bind_password ( string config_names, string bind_passwords, System callback, object asyncState ) : System.IAsyncResult
Beginset_bind_time_limit ( string config_names, long time_limits, System callback, object asyncState ) : System.IAsyncResult
Beginset_check_host_attribute_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_check_roles_group_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_debug_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string config_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_filter ( string config_names, string filters, System callback, object asyncState ) : System.IAsyncResult
Beginset_idle_time_limit ( string config_names, long time_limits, System callback, object asyncState ) : System.IAsyncResult
Beginset_ignore_unavailable_authentication_information_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_ldap_ssl_option ( string config_names, ManagementLDAPSSLOption options, System callback, object asyncState ) : System.IAsyncResult
Beginset_ldap_sso_option ( string config_names, ManagementLDAPSSOOption options, System callback, object asyncState ) : System.IAsyncResult
Beginset_ldap_version ( string config_names, long versions, System callback, object asyncState ) : System.IAsyncResult
Beginset_login_attribute ( string config_names, string login_attributes, System callback, object asyncState ) : System.IAsyncResult
Beginset_login_filter ( string config_names, string filters, System callback, object asyncState ) : System.IAsyncResult
Beginset_login_name_attribute ( string config_names, string attributes, System callback, object asyncState ) : System.IAsyncResult
Beginset_port ( string config_names, long ports, System callback, object asyncState ) : System.IAsyncResult
Beginset_search_base_distinguished_name ( string config_names, string search_base_dns, System callback, object asyncState ) : System.IAsyncResult
Beginset_search_scope ( string config_names, ManagementLDAPSearchScope search_scopes, System callback, object asyncState ) : System.IAsyncResult
Beginset_search_time_limit ( string config_names, long time_limits, System callback, object asyncState ) : System.IAsyncResult
Beginset_ssl_ca_certificate_file ( string config_names, string ca_cert_files, System callback, object asyncState ) : System.IAsyncResult
Beginset_ssl_check_peer_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_ssl_cipher ( string config_names, string ciphers, System callback, object asyncState ) : System.IAsyncResult
Beginset_ssl_client_certificate ( string config_names, string certificates, System callback, object asyncState ) : System.IAsyncResult
Beginset_ssl_client_key ( string config_names, string keys, System callback, object asyncState ) : System.IAsyncResult
Beginset_warning_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endadd_server ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Endcreate_default_authentication_ad_configuration ( System asyncResult ) : void
Endcreate_default_authentication_ldap_configuration ( System asyncResult ) : void
Enddelete_all_configurations ( System asyncResult ) : void
Enddelete_configuration ( System asyncResult ) : void
Endget_bind_distinguished_name ( System asyncResult ) : string[]
Endget_bind_password ( System asyncResult ) : string[]
Endget_bind_time_limit ( System asyncResult ) : long[]
Endget_check_host_attribute_state ( System asyncResult ) : CommonEnabledState[]
Endget_check_roles_group_state ( System asyncResult ) : CommonEnabledState[]
Endget_debug_state ( System asyncResult ) : CommonEnabledState[]
Endget_description ( System asyncResult ) : string[]
Endget_filter ( System asyncResult ) : string[]
Endget_idle_time_limit ( System asyncResult ) : long[]
Endget_ignore_unavailable_authentication_information_state ( System asyncResult ) : CommonEnabledState[]
Endget_ldap_ssl_option ( System asyncResult ) : ManagementLDAPSSLOption[]
Endget_ldap_sso_option ( System asyncResult ) : ManagementLDAPSSOOption[]
Endget_ldap_version ( System asyncResult ) : long[]
Endget_list ( System asyncResult ) : string[]
Endget_login_attribute ( System asyncResult ) : string[]
Endget_login_filter ( System asyncResult ) : string[]
Endget_login_name_attribute ( System asyncResult ) : string[]
Endget_port ( System asyncResult ) : long[]
Endget_search_base_distinguished_name ( System asyncResult ) : string[]
Endget_search_scope ( System asyncResult ) : ManagementLDAPSearchScope[]
Endget_search_time_limit ( System asyncResult ) : long[]
Endget_server ( System asyncResult ) : string[][]
Endget_ssl_ca_certificate_file ( System asyncResult ) : string[]
Endget_ssl_check_peer_state ( System asyncResult ) : CommonEnabledState[]
Endget_ssl_cipher ( System asyncResult ) : string[][]
Endget_ssl_client_certificate ( System asyncResult ) : string[]
Endget_ssl_client_key ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endget_warning_state ( System asyncResult ) : CommonEnabledState[]
Endremove_server ( System asyncResult ) : void
Endset_bind_distinguished_name ( System asyncResult ) : void
Endset_bind_password ( System asyncResult ) : void
Endset_bind_time_limit ( System asyncResult ) : void
Endset_check_host_attribute_state ( System asyncResult ) : void
Endset_check_roles_group_state ( System asyncResult ) : void
Endset_debug_state ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_filter ( System asyncResult ) : void
Endset_idle_time_limit ( System asyncResult ) : void
Endset_ignore_unavailable_authentication_information_state ( System asyncResult ) : void
Endset_ldap_ssl_option ( System asyncResult ) : void
Endset_ldap_sso_option ( System asyncResult ) : void
Endset_ldap_version ( System asyncResult ) : void
Endset_login_attribute ( System asyncResult ) : void
Endset_login_filter ( System asyncResult ) : void
Endset_login_name_attribute ( System asyncResult ) : void
Endset_port ( System asyncResult ) : void
Endset_search_base_distinguished_name ( System asyncResult ) : void
Endset_search_scope ( System asyncResult ) : void
Endset_search_time_limit ( System asyncResult ) : void
Endset_ssl_ca_certificate_file ( System asyncResult ) : void
Endset_ssl_check_peer_state ( System asyncResult ) : void
Endset_ssl_cipher ( System asyncResult ) : void
Endset_ssl_client_certificate ( System asyncResult ) : void
Endset_ssl_client_key ( System asyncResult ) : void
Endset_warning_state ( System asyncResult ) : void
ManagementCertLDAPConfiguration ( ) : System

Private Methods

Method Description
add_server ( string config_names, string servers ) : void
create ( string config_names, string search_base_dns, string servers ) : void
create_default_authentication_ad_configuration ( string search_base_dn, string servers ) : void
create_default_authentication_ldap_configuration ( string search_base_dn, string servers ) : void
delete_all_configurations ( ) : void
delete_configuration ( string config_names ) : void
get_bind_distinguished_name ( string config_names ) : string[]
get_bind_password ( string config_names ) : string[]
get_bind_time_limit ( string config_names ) : long[]
get_check_host_attribute_state ( string config_names ) : CommonEnabledState[]
get_check_roles_group_state ( string config_names ) : CommonEnabledState[]
get_debug_state ( string config_names ) : CommonEnabledState[]
get_description ( string config_names ) : string[]
get_filter ( string config_names ) : string[]
get_idle_time_limit ( string config_names ) : long[]
get_ignore_unavailable_authentication_information_state ( string config_names ) : CommonEnabledState[]
get_ldap_ssl_option ( string config_names ) : ManagementLDAPSSLOption[]
get_ldap_sso_option ( string config_names ) : ManagementLDAPSSOOption[]
get_ldap_version ( string config_names ) : long[]
get_list ( ) : string[]
get_login_attribute ( string config_names ) : string[]
get_login_filter ( string config_names ) : string[]
get_login_name_attribute ( string config_names ) : string[]
get_port ( string config_names ) : long[]
get_search_base_distinguished_name ( string config_names ) : string[]
get_search_scope ( string config_names ) : ManagementLDAPSearchScope[]
get_search_time_limit ( string config_names ) : long[]
get_server ( string config_names ) : string[][]
get_ssl_ca_certificate_file ( string config_names ) : string[]
get_ssl_check_peer_state ( string config_names ) : CommonEnabledState[]
get_ssl_cipher ( string config_names ) : string[][]
get_ssl_client_certificate ( string config_names ) : string[]
get_ssl_client_key ( string config_names ) : string[]
get_version ( ) : string
get_warning_state ( string config_names ) : CommonEnabledState[]
remove_server ( string config_names, string servers ) : void
set_bind_distinguished_name ( string config_names, string bind_dns ) : void
set_bind_password ( string config_names, string bind_passwords ) : void
set_bind_time_limit ( string config_names, long time_limits ) : void
set_check_host_attribute_state ( string config_names, CommonEnabledState states ) : void
set_check_roles_group_state ( string config_names, CommonEnabledState states ) : void
set_debug_state ( string config_names, CommonEnabledState states ) : void
set_description ( string config_names, string descriptions ) : void
set_filter ( string config_names, string filters ) : void
set_idle_time_limit ( string config_names, long time_limits ) : void
set_ignore_unavailable_authentication_information_state ( string config_names, CommonEnabledState states ) : void
set_ldap_ssl_option ( string config_names, ManagementLDAPSSLOption options ) : void
set_ldap_sso_option ( string config_names, ManagementLDAPSSOOption options ) : void
set_ldap_version ( string config_names, long versions ) : void
set_login_attribute ( string config_names, string login_attributes ) : void
set_login_filter ( string config_names, string filters ) : void
set_login_name_attribute ( string config_names, string attributes ) : void
set_port ( string config_names, long ports ) : void
set_search_base_distinguished_name ( string config_names, string search_base_dns ) : void
set_search_scope ( string config_names, ManagementLDAPSearchScope search_scopes ) : void
set_search_time_limit ( string config_names, long time_limits ) : void
set_ssl_ca_certificate_file ( string config_names, string ca_cert_files ) : void
set_ssl_check_peer_state ( string config_names, CommonEnabledState states ) : void
set_ssl_cipher ( string config_names, string ciphers ) : void
set_ssl_client_certificate ( string config_names, string certificates ) : void
set_ssl_client_key ( string config_names, string keys ) : void
set_warning_state ( string config_names, CommonEnabledState states ) : void

Method Details

Beginadd_server() public method

public Beginadd_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult
config_names string
servers string
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( string config_names, string search_base_dns, string servers, System callback, object asyncState ) : System.IAsyncResult
config_names string
search_base_dns string
servers string
callback System
asyncState object
return System.IAsyncResult

Begincreate_default_authentication_ad_configuration() public method

public Begincreate_default_authentication_ad_configuration ( string search_base_dn, string servers, System callback, object asyncState ) : System.IAsyncResult
search_base_dn string
servers string
callback System
asyncState object
return System.IAsyncResult

Begincreate_default_authentication_ldap_configuration() public method

public Begincreate_default_authentication_ldap_configuration ( string search_base_dn, string servers, System callback, object asyncState ) : System.IAsyncResult
search_base_dn string
servers string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_configurations() public method

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

Begindelete_configuration() public method

public Begindelete_configuration ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_bind_distinguished_name() public method

public Beginget_bind_distinguished_name ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_bind_password() public method

public Beginget_bind_password ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_bind_time_limit() public method

public Beginget_bind_time_limit ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_check_host_attribute_state() public method

public Beginget_check_host_attribute_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_check_roles_group_state() public method

public Beginget_check_roles_group_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_debug_state() public method

public Beginget_debug_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_filter() public method

public Beginget_filter ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_idle_time_limit() public method

public Beginget_idle_time_limit ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_ignore_unavailable_authentication_information_state() public method

public Beginget_ignore_unavailable_authentication_information_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_ldap_ssl_option() public method

public Beginget_ldap_ssl_option ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_ldap_sso_option() public method

public Beginget_ldap_sso_option ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_ldap_version() public method

public Beginget_ldap_version ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names 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_login_attribute() public method

public Beginget_login_attribute ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_login_filter() public method

public Beginget_login_filter ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_login_name_attribute() public method

public Beginget_login_name_attribute ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_port() public method

public Beginget_port ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_search_base_distinguished_name() public method

public Beginget_search_base_distinguished_name ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_search_scope() public method

public Beginget_search_scope ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_search_time_limit() public method

public Beginget_search_time_limit ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_server() public method

public Beginget_server ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_ssl_ca_certificate_file() public method

public Beginget_ssl_ca_certificate_file ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_ssl_check_peer_state() public method

public Beginget_ssl_check_peer_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_ssl_cipher() public method

public Beginget_ssl_cipher ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_ssl_client_certificate() public method

public Beginget_ssl_client_certificate ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_ssl_client_key() public method

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

Beginget_warning_state() public method

public Beginget_warning_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult

Beginremove_server() public method

public Beginremove_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult
config_names string
servers string
callback System
asyncState object
return System.IAsyncResult

Beginset_bind_distinguished_name() public method

public Beginset_bind_distinguished_name ( string config_names, string bind_dns, System callback, object asyncState ) : System.IAsyncResult
config_names string
bind_dns string
callback System
asyncState object
return System.IAsyncResult

Beginset_bind_password() public method

public Beginset_bind_password ( string config_names, string bind_passwords, System callback, object asyncState ) : System.IAsyncResult
config_names string
bind_passwords string
callback System
asyncState object
return System.IAsyncResult

Beginset_bind_time_limit() public method

public Beginset_bind_time_limit ( string config_names, long time_limits, System callback, object asyncState ) : System.IAsyncResult
config_names string
time_limits long
callback System
asyncState object
return System.IAsyncResult

Beginset_check_host_attribute_state() public method

public Beginset_check_host_attribute_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
config_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_check_roles_group_state() public method

public Beginset_check_roles_group_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
config_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_debug_state() public method

public Beginset_debug_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
config_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_filter() public method

public Beginset_filter ( string config_names, string filters, System callback, object asyncState ) : System.IAsyncResult
config_names string
filters string
callback System
asyncState object
return System.IAsyncResult

Beginset_idle_time_limit() public method

public Beginset_idle_time_limit ( string config_names, long time_limits, System callback, object asyncState ) : System.IAsyncResult
config_names string
time_limits long
callback System
asyncState object
return System.IAsyncResult

Beginset_ignore_unavailable_authentication_information_state() public method

public Beginset_ignore_unavailable_authentication_information_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
config_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_ldap_ssl_option() public method

public Beginset_ldap_ssl_option ( string config_names, ManagementLDAPSSLOption options, System callback, object asyncState ) : System.IAsyncResult
config_names string
options ManagementLDAPSSLOption
callback System
asyncState object
return System.IAsyncResult

Beginset_ldap_sso_option() public method

public Beginset_ldap_sso_option ( string config_names, ManagementLDAPSSOOption options, System callback, object asyncState ) : System.IAsyncResult
config_names string
options ManagementLDAPSSOOption
callback System
asyncState object
return System.IAsyncResult

Beginset_ldap_version() public method

public Beginset_ldap_version ( string config_names, long versions, System callback, object asyncState ) : System.IAsyncResult
config_names string
versions long
callback System
asyncState object
return System.IAsyncResult

Beginset_login_attribute() public method

public Beginset_login_attribute ( string config_names, string login_attributes, System callback, object asyncState ) : System.IAsyncResult
config_names string
login_attributes string
callback System
asyncState object
return System.IAsyncResult

Beginset_login_filter() public method

public Beginset_login_filter ( string config_names, string filters, System callback, object asyncState ) : System.IAsyncResult
config_names string
filters string
callback System
asyncState object
return System.IAsyncResult

Beginset_login_name_attribute() public method

public Beginset_login_name_attribute ( string config_names, string attributes, System callback, object asyncState ) : System.IAsyncResult
config_names string
attributes string
callback System
asyncState object
return System.IAsyncResult

Beginset_port() public method

public Beginset_port ( string config_names, long ports, System callback, object asyncState ) : System.IAsyncResult
config_names string
ports long
callback System
asyncState object
return System.IAsyncResult

Beginset_search_base_distinguished_name() public method

public Beginset_search_base_distinguished_name ( string config_names, string search_base_dns, System callback, object asyncState ) : System.IAsyncResult
config_names string
search_base_dns string
callback System
asyncState object
return System.IAsyncResult

Beginset_search_scope() public method

public Beginset_search_scope ( string config_names, ManagementLDAPSearchScope search_scopes, System callback, object asyncState ) : System.IAsyncResult
config_names string
search_scopes ManagementLDAPSearchScope
callback System
asyncState object
return System.IAsyncResult

Beginset_search_time_limit() public method

public Beginset_search_time_limit ( string config_names, long time_limits, System callback, object asyncState ) : System.IAsyncResult
config_names string
time_limits long
callback System
asyncState object
return System.IAsyncResult

Beginset_ssl_ca_certificate_file() public method

public Beginset_ssl_ca_certificate_file ( string config_names, string ca_cert_files, System callback, object asyncState ) : System.IAsyncResult
config_names string
ca_cert_files string
callback System
asyncState object
return System.IAsyncResult

Beginset_ssl_check_peer_state() public method

public Beginset_ssl_check_peer_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
config_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_ssl_cipher() public method

public Beginset_ssl_cipher ( string config_names, string ciphers, System callback, object asyncState ) : System.IAsyncResult
config_names string
ciphers string
callback System
asyncState object
return System.IAsyncResult

Beginset_ssl_client_certificate() public method

public Beginset_ssl_client_certificate ( string config_names, string certificates, System callback, object asyncState ) : System.IAsyncResult
config_names string
certificates string
callback System
asyncState object
return System.IAsyncResult

Beginset_ssl_client_key() public method

public Beginset_ssl_client_key ( string config_names, string keys, System callback, object asyncState ) : System.IAsyncResult
config_names string
keys string
callback System
asyncState object
return System.IAsyncResult

Beginset_warning_state() public method

public Beginset_warning_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
config_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Endadd_server() public method

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

Endcreate() public method

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

Endcreate_default_authentication_ad_configuration() public method

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

Endcreate_default_authentication_ldap_configuration() public method

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

Enddelete_all_configurations() public method

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

Enddelete_configuration() public method

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

Endget_bind_distinguished_name() public method

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

Endget_bind_password() public method

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

Endget_bind_time_limit() public method

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

Endget_check_host_attribute_state() public method

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

Endget_check_roles_group_state() public method

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

Endget_debug_state() public method

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

Endget_description() public method

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

Endget_filter() public method

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

Endget_idle_time_limit() public method

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

Endget_ignore_unavailable_authentication_information_state() public method

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

Endget_ldap_ssl_option() public method

public Endget_ldap_ssl_option ( System asyncResult ) : ManagementLDAPSSLOption[]
asyncResult System
return ManagementLDAPSSLOption[]

Endget_ldap_sso_option() public method

public Endget_ldap_sso_option ( System asyncResult ) : ManagementLDAPSSOOption[]
asyncResult System
return ManagementLDAPSSOOption[]

Endget_ldap_version() public method

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

Endget_list() public method

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

Endget_login_attribute() public method

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

Endget_login_filter() public method

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

Endget_login_name_attribute() public method

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

Endget_port() public method

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

Endget_search_base_distinguished_name() public method

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

Endget_search_scope() public method

public Endget_search_scope ( System asyncResult ) : ManagementLDAPSearchScope[]
asyncResult System
return ManagementLDAPSearchScope[]

Endget_search_time_limit() public method

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

Endget_server() public method

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

Endget_ssl_ca_certificate_file() public method

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

Endget_ssl_check_peer_state() public method

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

Endget_ssl_cipher() public method

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

Endget_ssl_client_certificate() public method

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

Endget_ssl_client_key() public method

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

Endget_version() public method

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

Endget_warning_state() public method

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

Endremove_server() public method

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

Endset_bind_distinguished_name() public method

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

Endset_bind_password() public method

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

Endset_bind_time_limit() public method

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

Endset_check_host_attribute_state() public method

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

Endset_check_roles_group_state() public method

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

Endset_debug_state() public method

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

Endset_description() public method

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

Endset_filter() public method

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

Endset_idle_time_limit() public method

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

Endset_ignore_unavailable_authentication_information_state() public method

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

Endset_ldap_ssl_option() public method

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

Endset_ldap_sso_option() public method

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

Endset_ldap_version() public method

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

Endset_login_attribute() public method

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

Endset_login_filter() public method

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

Endset_login_name_attribute() public method

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

Endset_port() public method

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

Endset_search_base_distinguished_name() public method

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

Endset_search_scope() public method

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

Endset_search_time_limit() public method

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

Endset_ssl_ca_certificate_file() public method

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

Endset_ssl_check_peer_state() public method

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

Endset_ssl_cipher() public method

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

Endset_ssl_client_certificate() public method

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

Endset_ssl_client_key() public method

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

Endset_warning_state() public method

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

ManagementCertLDAPConfiguration() public method

public ManagementCertLDAPConfiguration ( ) : System
return System