C# Class iControl.ManagementOCSPResponder

Inheritance: iControlInterface
Datei anzeigen Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Begincreate ( ManagementOCSPResponderResponderDefinition responders, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_responders ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_responder ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_allow_additional_certificate_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_ca_file ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_ca_file_v2 ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_ca_path ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_certificate_check_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_certificate_id_digest_method ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_certificate_verification_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_chain_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_explicit_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_ignore_aia_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_intern_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_nonce_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_other_certificate_file ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_other_certificate_file_v2 ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_signature_verification_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_signing_information ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_signing_information_v2 ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_status_age ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_trust_other_certificate_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_url ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_va_file ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_va_file_v2 ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_validity_period ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_verification_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_allow_additional_certificate_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_ca_file ( string responders, string ca_files, System callback, object asyncState ) : System.IAsyncResult
Beginset_ca_file_v2 ( string responders, string ca_files, System callback, object asyncState ) : System.IAsyncResult
Beginset_ca_path ( string responders, string ca_paths, System callback, object asyncState ) : System.IAsyncResult
Beginset_certificate_check_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_certificate_id_digest_method ( string responders, ManagementOCSPDigestMethod digest_methods, System callback, object asyncState ) : System.IAsyncResult
Beginset_certificate_verification_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_chain_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string responders, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_explicit_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_ignore_aia_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_intern_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_nonce_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_other_certificate_file ( string responders, string other_files, System callback, object asyncState ) : System.IAsyncResult
Beginset_other_certificate_file_v2 ( string responders, string other_files, System callback, object asyncState ) : System.IAsyncResult
Beginset_signature_verification_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_signing_information ( string responders, ManagementOCSPResponderSignInformation signers, System callback, object asyncState ) : System.IAsyncResult
Beginset_signing_information_v2 ( string responders, ManagementOCSPResponderSignInformation signers, System callback, object asyncState ) : System.IAsyncResult
Beginset_status_age ( string responders, long ages, System callback, object asyncState ) : System.IAsyncResult
Beginset_trust_other_certificate_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_url ( string responders, string urls, System callback, object asyncState ) : System.IAsyncResult
Beginset_va_file ( string responders, string va_files, System callback, object asyncState ) : System.IAsyncResult
Beginset_va_file_v2 ( string responders, string va_files, System callback, object asyncState ) : System.IAsyncResult
Beginset_validity_period ( string responders, long ranges, System callback, object asyncState ) : System.IAsyncResult
Beginset_verification_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_responders ( System asyncResult ) : void
Enddelete_responder ( System asyncResult ) : void
Endget_allow_additional_certificate_state ( System asyncResult ) : CommonEnabledState[]
Endget_ca_file ( System asyncResult ) : string[]
Endget_ca_file_v2 ( System asyncResult ) : string[]
Endget_ca_path ( System asyncResult ) : string[]
Endget_certificate_check_state ( System asyncResult ) : CommonEnabledState[]
Endget_certificate_id_digest_method ( System asyncResult ) : ManagementOCSPDigestMethod[]
Endget_certificate_verification_state ( System asyncResult ) : CommonEnabledState[]
Endget_chain_state ( System asyncResult ) : CommonEnabledState[]
Endget_description ( System asyncResult ) : string[]
Endget_explicit_state ( System asyncResult ) : CommonEnabledState[]
Endget_ignore_aia_state ( System asyncResult ) : CommonEnabledState[]
Endget_intern_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_nonce_state ( System asyncResult ) : CommonEnabledState[]
Endget_other_certificate_file ( System asyncResult ) : string[]
Endget_other_certificate_file_v2 ( System asyncResult ) : string[]
Endget_signature_verification_state ( System asyncResult ) : CommonEnabledState[]
Endget_signing_information ( System asyncResult ) : iControl.ManagementOCSPResponderSignInformation[]
Endget_signing_information_v2 ( System asyncResult ) : iControl.ManagementOCSPResponderSignInformation[]
Endget_status_age ( System asyncResult ) : long[]
Endget_trust_other_certificate_state ( System asyncResult ) : CommonEnabledState[]
Endget_url ( System asyncResult ) : string[]
Endget_va_file ( System asyncResult ) : string[]
Endget_va_file_v2 ( System asyncResult ) : string[]
Endget_validity_period ( System asyncResult ) : long[]
Endget_verification_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endset_allow_additional_certificate_state ( System asyncResult ) : void
Endset_ca_file ( System asyncResult ) : void
Endset_ca_file_v2 ( System asyncResult ) : void
Endset_ca_path ( System asyncResult ) : void
Endset_certificate_check_state ( System asyncResult ) : void
Endset_certificate_id_digest_method ( System asyncResult ) : void
Endset_certificate_verification_state ( System asyncResult ) : void
Endset_chain_state ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_explicit_state ( System asyncResult ) : void
Endset_ignore_aia_state ( System asyncResult ) : void
Endset_intern_state ( System asyncResult ) : void
Endset_nonce_state ( System asyncResult ) : void
Endset_other_certificate_file ( System asyncResult ) : void
Endset_other_certificate_file_v2 ( System asyncResult ) : void
Endset_signature_verification_state ( System asyncResult ) : void
Endset_signing_information ( System asyncResult ) : void
Endset_signing_information_v2 ( System asyncResult ) : void
Endset_status_age ( System asyncResult ) : void
Endset_trust_other_certificate_state ( System asyncResult ) : void
Endset_url ( System asyncResult ) : void
Endset_va_file ( System asyncResult ) : void
Endset_va_file_v2 ( System asyncResult ) : void
Endset_validity_period ( System asyncResult ) : void
Endset_verification_state ( System asyncResult ) : void
ManagementOCSPResponder ( ) : System

Private Methods

Method Description
create ( ManagementOCSPResponderResponderDefinition responders ) : void
delete_all_responders ( ) : void
delete_responder ( string responders ) : void
get_allow_additional_certificate_state ( string responders ) : CommonEnabledState[]
get_ca_file ( string responders ) : string[]
get_ca_file_v2 ( string responders ) : string[]
get_ca_path ( string responders ) : string[]
get_certificate_check_state ( string responders ) : CommonEnabledState[]
get_certificate_id_digest_method ( string responders ) : ManagementOCSPDigestMethod[]
get_certificate_verification_state ( string responders ) : CommonEnabledState[]
get_chain_state ( string responders ) : CommonEnabledState[]
get_description ( string responders ) : string[]
get_explicit_state ( string responders ) : CommonEnabledState[]
get_ignore_aia_state ( string responders ) : CommonEnabledState[]
get_intern_state ( string responders ) : CommonEnabledState[]
get_list ( ) : string[]
get_nonce_state ( string responders ) : CommonEnabledState[]
get_other_certificate_file ( string responders ) : string[]
get_other_certificate_file_v2 ( string responders ) : string[]
get_signature_verification_state ( string responders ) : CommonEnabledState[]
get_signing_information ( string responders ) : iControl.ManagementOCSPResponderSignInformation[]
get_signing_information_v2 ( string responders ) : iControl.ManagementOCSPResponderSignInformation[]
get_status_age ( string responders ) : long[]
get_trust_other_certificate_state ( string responders ) : CommonEnabledState[]
get_url ( string responders ) : string[]
get_va_file ( string responders ) : string[]
get_va_file_v2 ( string responders ) : string[]
get_validity_period ( string responders ) : long[]
get_verification_state ( string responders ) : CommonEnabledState[]
get_version ( ) : string
set_allow_additional_certificate_state ( string responders, CommonEnabledState states ) : void
set_ca_file ( string responders, string ca_files ) : void
set_ca_file_v2 ( string responders, string ca_files ) : void
set_ca_path ( string responders, string ca_paths ) : void
set_certificate_check_state ( string responders, CommonEnabledState states ) : void
set_certificate_id_digest_method ( string responders, ManagementOCSPDigestMethod digest_methods ) : void
set_certificate_verification_state ( string responders, CommonEnabledState states ) : void
set_chain_state ( string responders, CommonEnabledState states ) : void
set_description ( string responders, string descriptions ) : void
set_explicit_state ( string responders, CommonEnabledState states ) : void
set_ignore_aia_state ( string responders, CommonEnabledState states ) : void
set_intern_state ( string responders, CommonEnabledState states ) : void
set_nonce_state ( string responders, CommonEnabledState states ) : void
set_other_certificate_file ( string responders, string other_files ) : void
set_other_certificate_file_v2 ( string responders, string other_files ) : void
set_signature_verification_state ( string responders, CommonEnabledState states ) : void
set_signing_information ( string responders, ManagementOCSPResponderSignInformation signers ) : void
set_signing_information_v2 ( string responders, ManagementOCSPResponderSignInformation signers ) : void
set_status_age ( string responders, long ages ) : void
set_trust_other_certificate_state ( string responders, CommonEnabledState states ) : void
set_url ( string responders, string urls ) : void
set_va_file ( string responders, string va_files ) : void
set_va_file_v2 ( string responders, string va_files ) : void
set_validity_period ( string responders, long ranges ) : void
set_verification_state ( string responders, CommonEnabledState states ) : void

Method Details

Begincreate() public method

public Begincreate ( ManagementOCSPResponderResponderDefinition responders, System callback, object asyncState ) : System.IAsyncResult
responders ManagementOCSPResponderResponderDefinition
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_responders() public method

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

Begindelete_responder() public method

public Begindelete_responder ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_allow_additional_certificate_state() public method

public Beginget_allow_additional_certificate_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_ca_file() public method

public Beginget_ca_file ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_ca_file_v2() public method

public Beginget_ca_file_v2 ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_ca_path() public method

public Beginget_ca_path ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_certificate_check_state() public method

public Beginget_certificate_check_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_certificate_id_digest_method() public method

public Beginget_certificate_id_digest_method ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_certificate_verification_state() public method

public Beginget_certificate_verification_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_chain_state() public method

public Beginget_chain_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_explicit_state() public method

public Beginget_explicit_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_ignore_aia_state() public method

public Beginget_ignore_aia_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_intern_state() public method

public Beginget_intern_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders 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_nonce_state() public method

public Beginget_nonce_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_other_certificate_file() public method

public Beginget_other_certificate_file ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_other_certificate_file_v2() public method

public Beginget_other_certificate_file_v2 ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_signature_verification_state() public method

public Beginget_signature_verification_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_signing_information() public method

public Beginget_signing_information ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_signing_information_v2() public method

public Beginget_signing_information_v2 ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_status_age() public method

public Beginget_status_age ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_trust_other_certificate_state() public method

public Beginget_trust_other_certificate_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_url() public method

public Beginget_url ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_va_file() public method

public Beginget_va_file ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_va_file_v2() public method

public Beginget_va_file_v2 ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_validity_period() public method

public Beginget_validity_period ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_verification_state() public method

public Beginget_verification_state ( string responders, System callback, object asyncState ) : System.IAsyncResult
responders string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

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

Beginset_allow_additional_certificate_state() public method

public Beginset_allow_additional_certificate_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
responders string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_ca_file() public method

public Beginset_ca_file ( string responders, string ca_files, System callback, object asyncState ) : System.IAsyncResult
responders string
ca_files string
callback System
asyncState object
return System.IAsyncResult

Beginset_ca_file_v2() public method

public Beginset_ca_file_v2 ( string responders, string ca_files, System callback, object asyncState ) : System.IAsyncResult
responders string
ca_files string
callback System
asyncState object
return System.IAsyncResult

Beginset_ca_path() public method

public Beginset_ca_path ( string responders, string ca_paths, System callback, object asyncState ) : System.IAsyncResult
responders string
ca_paths string
callback System
asyncState object
return System.IAsyncResult

Beginset_certificate_check_state() public method

public Beginset_certificate_check_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
responders string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_certificate_id_digest_method() public method

public Beginset_certificate_id_digest_method ( string responders, ManagementOCSPDigestMethod digest_methods, System callback, object asyncState ) : System.IAsyncResult
responders string
digest_methods ManagementOCSPDigestMethod
callback System
asyncState object
return System.IAsyncResult

Beginset_certificate_verification_state() public method

public Beginset_certificate_verification_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
responders string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_chain_state() public method

public Beginset_chain_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
responders string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_explicit_state() public method

public Beginset_explicit_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
responders string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_ignore_aia_state() public method

public Beginset_ignore_aia_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
responders string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_intern_state() public method

public Beginset_intern_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
responders string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_nonce_state() public method

public Beginset_nonce_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
responders string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_other_certificate_file() public method

public Beginset_other_certificate_file ( string responders, string other_files, System callback, object asyncState ) : System.IAsyncResult
responders string
other_files string
callback System
asyncState object
return System.IAsyncResult

Beginset_other_certificate_file_v2() public method

public Beginset_other_certificate_file_v2 ( string responders, string other_files, System callback, object asyncState ) : System.IAsyncResult
responders string
other_files string
callback System
asyncState object
return System.IAsyncResult

Beginset_signature_verification_state() public method

public Beginset_signature_verification_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
responders string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_signing_information() public method

public Beginset_signing_information ( string responders, ManagementOCSPResponderSignInformation signers, System callback, object asyncState ) : System.IAsyncResult
responders string
signers ManagementOCSPResponderSignInformation
callback System
asyncState object
return System.IAsyncResult

Beginset_signing_information_v2() public method

public Beginset_signing_information_v2 ( string responders, ManagementOCSPResponderSignInformation signers, System callback, object asyncState ) : System.IAsyncResult
responders string
signers ManagementOCSPResponderSignInformation
callback System
asyncState object
return System.IAsyncResult

Beginset_status_age() public method

public Beginset_status_age ( string responders, long ages, System callback, object asyncState ) : System.IAsyncResult
responders string
ages long
callback System
asyncState object
return System.IAsyncResult

Beginset_trust_other_certificate_state() public method

public Beginset_trust_other_certificate_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
responders string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_url() public method

public Beginset_url ( string responders, string urls, System callback, object asyncState ) : System.IAsyncResult
responders string
urls string
callback System
asyncState object
return System.IAsyncResult

Beginset_va_file() public method

public Beginset_va_file ( string responders, string va_files, System callback, object asyncState ) : System.IAsyncResult
responders string
va_files string
callback System
asyncState object
return System.IAsyncResult

Beginset_va_file_v2() public method

public Beginset_va_file_v2 ( string responders, string va_files, System callback, object asyncState ) : System.IAsyncResult
responders string
va_files string
callback System
asyncState object
return System.IAsyncResult

Beginset_validity_period() public method

public Beginset_validity_period ( string responders, long ranges, System callback, object asyncState ) : System.IAsyncResult
responders string
ranges long
callback System
asyncState object
return System.IAsyncResult

Beginset_verification_state() public method

public Beginset_verification_state ( string responders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
responders string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

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

Enddelete_all_responders() public method

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

Enddelete_responder() public method

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

Endget_allow_additional_certificate_state() public method

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

Endget_ca_file() public method

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

Endget_ca_file_v2() public method

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

Endget_ca_path() public method

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

Endget_certificate_check_state() public method

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

Endget_certificate_id_digest_method() public method

public Endget_certificate_id_digest_method ( System asyncResult ) : ManagementOCSPDigestMethod[]
asyncResult System
return ManagementOCSPDigestMethod[]

Endget_certificate_verification_state() public method

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

Endget_chain_state() public method

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

Endget_description() public method

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

Endget_explicit_state() public method

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

Endget_ignore_aia_state() public method

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

Endget_intern_state() public method

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

Endget_list() public method

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

Endget_nonce_state() public method

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

Endget_other_certificate_file() public method

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

Endget_other_certificate_file_v2() public method

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

Endget_signature_verification_state() public method

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

Endget_signing_information() public method

public Endget_signing_information ( System asyncResult ) : iControl.ManagementOCSPResponderSignInformation[]
asyncResult System
return iControl.ManagementOCSPResponderSignInformation[]

Endget_signing_information_v2() public method

public Endget_signing_information_v2 ( System asyncResult ) : iControl.ManagementOCSPResponderSignInformation[]
asyncResult System
return iControl.ManagementOCSPResponderSignInformation[]

Endget_status_age() public method

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

Endget_trust_other_certificate_state() public method

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

Endget_url() public method

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

Endget_va_file() public method

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

Endget_va_file_v2() public method

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

Endget_validity_period() public method

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

Endget_verification_state() public method

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

Endget_version() public method

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

Endset_allow_additional_certificate_state() public method

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

Endset_ca_file() public method

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

Endset_ca_file_v2() public method

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

Endset_ca_path() public method

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

Endset_certificate_check_state() public method

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

Endset_certificate_id_digest_method() public method

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

Endset_certificate_verification_state() public method

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

Endset_chain_state() public method

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

Endset_description() public method

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

Endset_explicit_state() public method

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

Endset_ignore_aia_state() public method

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

Endset_intern_state() public method

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

Endset_nonce_state() public method

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

Endset_other_certificate_file() public method

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

Endset_other_certificate_file_v2() public method

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

Endset_signature_verification_state() public method

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

Endset_signing_information() public method

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

Endset_signing_information_v2() public method

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

Endset_status_age() public method

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

Endset_trust_other_certificate_state() public method

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

Endset_url() public method

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

Endset_va_file() public method

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

Endset_va_file_v2() public method

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

Endset_validity_period() public method

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

Endset_verification_state() public method

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

ManagementOCSPResponder() public method

public ManagementOCSPResponder ( ) : System
return System