C# Class iControl.LocalLBOCSPStaplingParameters

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

Public Methods

Method Description
Begincreate ( string stapling_parameters, CommonEnabledState use_proxy_server_states, string pools, string dns_resolvers, string cas, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_ocsp_stapling_parameters ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_ocsp_stapling_parameters ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_error_timeout ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_timeout ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_clock_skew ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_dns_resolver ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_proxy_server_pool ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_responder_url ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_sign_hash ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_signer_certificate ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_signer_key ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_status_age ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_strict_responder_certificate_checking_state ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_timeout ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_trusted_certificate_authority ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_trusted_responder ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_use_proxy_server_state ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_cache_error_timeout ( string stapling_parameters, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_cache_timeout ( string stapling_parameters, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_clock_skew ( string stapling_parameters, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string stapling_parameters, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_dns_resolver ( string stapling_parameters, string dns_resolvers, System callback, object asyncState ) : System.IAsyncResult
Beginset_proxy_server_pool ( string stapling_parameters, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_responder_url ( string stapling_parameters, string urls, System callback, object asyncState ) : System.IAsyncResult
Beginset_sign_hash ( string stapling_parameters, LocalLBOCSPStaplingParametersOCSPStaplingSignHash hashes, System callback, object asyncState ) : System.IAsyncResult
Beginset_signer_certificate ( string stapling_parameters, string certs, System callback, object asyncState ) : System.IAsyncResult
Beginset_signer_key ( string stapling_parameters, string keys, System callback, object asyncState ) : System.IAsyncResult
Beginset_signer_key_passphrase ( string stapling_parameters, string passphrases, System callback, object asyncState ) : System.IAsyncResult
Beginset_status_age ( string stapling_parameters, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_strict_responder_certificate_checking_state ( string stapling_parameters, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_timeout ( string stapling_parameters, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_trusted_certificate_authority ( string stapling_parameters, string cas, System callback, object asyncState ) : System.IAsyncResult
Beginset_trusted_responder ( string stapling_parameters, string certs, System callback, object asyncState ) : System.IAsyncResult
Beginset_use_proxy_server_state ( string stapling_parameters, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_ocsp_stapling_parameters ( System asyncResult ) : void
Enddelete_ocsp_stapling_parameters ( System asyncResult ) : void
Endget_cache_error_timeout ( System asyncResult ) : long[]
Endget_cache_timeout ( System asyncResult ) : long[]
Endget_clock_skew ( System asyncResult ) : long[]
Endget_description ( System asyncResult ) : string[]
Endget_dns_resolver ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_proxy_server_pool ( System asyncResult ) : string[]
Endget_responder_url ( System asyncResult ) : string[]
Endget_sign_hash ( System asyncResult ) : LocalLBOCSPStaplingParametersOCSPStaplingSignHash[]
Endget_signer_certificate ( System asyncResult ) : string[]
Endget_signer_key ( System asyncResult ) : string[]
Endget_status_age ( System asyncResult ) : long[]
Endget_strict_responder_certificate_checking_state ( System asyncResult ) : CommonEnabledState[]
Endget_timeout ( System asyncResult ) : long[]
Endget_trusted_certificate_authority ( System asyncResult ) : string[]
Endget_trusted_responder ( System asyncResult ) : string[]
Endget_use_proxy_server_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endset_cache_error_timeout ( System asyncResult ) : void
Endset_cache_timeout ( System asyncResult ) : void
Endset_clock_skew ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_dns_resolver ( System asyncResult ) : void
Endset_proxy_server_pool ( System asyncResult ) : void
Endset_responder_url ( System asyncResult ) : void
Endset_sign_hash ( System asyncResult ) : void
Endset_signer_certificate ( System asyncResult ) : void
Endset_signer_key ( System asyncResult ) : void
Endset_signer_key_passphrase ( System asyncResult ) : void
Endset_status_age ( System asyncResult ) : void
Endset_strict_responder_certificate_checking_state ( System asyncResult ) : void
Endset_timeout ( System asyncResult ) : void
Endset_trusted_certificate_authority ( System asyncResult ) : void
Endset_trusted_responder ( System asyncResult ) : void
Endset_use_proxy_server_state ( System asyncResult ) : void
LocalLBOCSPStaplingParameters ( ) : System

Private Methods

Method Description
create ( string stapling_parameters, CommonEnabledState use_proxy_server_states, string pools, string dns_resolvers, string cas ) : void
delete_all_ocsp_stapling_parameters ( ) : void
delete_ocsp_stapling_parameters ( string stapling_parameters ) : void
get_cache_error_timeout ( string stapling_parameters ) : long[]
get_cache_timeout ( string stapling_parameters ) : long[]
get_clock_skew ( string stapling_parameters ) : long[]
get_description ( string stapling_parameters ) : string[]
get_dns_resolver ( string stapling_parameters ) : string[]
get_list ( ) : string[]
get_proxy_server_pool ( string stapling_parameters ) : string[]
get_responder_url ( string stapling_parameters ) : string[]
get_sign_hash ( string stapling_parameters ) : LocalLBOCSPStaplingParametersOCSPStaplingSignHash[]
get_signer_certificate ( string stapling_parameters ) : string[]
get_signer_key ( string stapling_parameters ) : string[]
get_status_age ( string stapling_parameters ) : long[]
get_strict_responder_certificate_checking_state ( string stapling_parameters ) : CommonEnabledState[]
get_timeout ( string stapling_parameters ) : long[]
get_trusted_certificate_authority ( string stapling_parameters ) : string[]
get_trusted_responder ( string stapling_parameters ) : string[]
get_use_proxy_server_state ( string stapling_parameters ) : CommonEnabledState[]
get_version ( ) : string
set_cache_error_timeout ( string stapling_parameters, long values ) : void
set_cache_timeout ( string stapling_parameters, long values ) : void
set_clock_skew ( string stapling_parameters, long values ) : void
set_description ( string stapling_parameters, string descriptions ) : void
set_dns_resolver ( string stapling_parameters, string dns_resolvers ) : void
set_proxy_server_pool ( string stapling_parameters, string pools ) : void
set_responder_url ( string stapling_parameters, string urls ) : void
set_sign_hash ( string stapling_parameters, LocalLBOCSPStaplingParametersOCSPStaplingSignHash hashes ) : void
set_signer_certificate ( string stapling_parameters, string certs ) : void
set_signer_key ( string stapling_parameters, string keys ) : void
set_signer_key_passphrase ( string stapling_parameters, string passphrases ) : void
set_status_age ( string stapling_parameters, long values ) : void
set_strict_responder_certificate_checking_state ( string stapling_parameters, CommonEnabledState states ) : void
set_timeout ( string stapling_parameters, long values ) : void
set_trusted_certificate_authority ( string stapling_parameters, string cas ) : void
set_trusted_responder ( string stapling_parameters, string certs ) : void
set_use_proxy_server_state ( string stapling_parameters, CommonEnabledState states ) : void

Method Details

Begincreate() public method

public Begincreate ( string stapling_parameters, CommonEnabledState use_proxy_server_states, string pools, string dns_resolvers, string cas, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
use_proxy_server_states CommonEnabledState
pools string
dns_resolvers string
cas string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_ocsp_stapling_parameters() public method

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

Begindelete_ocsp_stapling_parameters() public method

public Begindelete_ocsp_stapling_parameters ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_cache_error_timeout() public method

public Beginget_cache_error_timeout ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_cache_timeout() public method

public Beginget_cache_timeout ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_clock_skew() public method

public Beginget_clock_skew ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_dns_resolver() public method

public Beginget_dns_resolver ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters 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_proxy_server_pool() public method

public Beginget_proxy_server_pool ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_responder_url() public method

public Beginget_responder_url ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_sign_hash() public method

public Beginget_sign_hash ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_signer_certificate() public method

public Beginget_signer_certificate ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_signer_key() public method

public Beginget_signer_key ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_status_age() public method

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

Beginget_strict_responder_certificate_checking_state() public method

public Beginget_strict_responder_certificate_checking_state ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_timeout() public method

public Beginget_timeout ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_trusted_certificate_authority() public method

public Beginget_trusted_certificate_authority ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_trusted_responder() public method

public Beginget_trusted_responder ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
return System.IAsyncResult

Beginget_use_proxy_server_state() public method

public Beginget_use_proxy_server_state ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters 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_cache_error_timeout() public method

public Beginset_cache_error_timeout ( string stapling_parameters, long values, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
values long
callback System
asyncState object
return System.IAsyncResult

Beginset_cache_timeout() public method

public Beginset_cache_timeout ( string stapling_parameters, long values, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
values long
callback System
asyncState object
return System.IAsyncResult

Beginset_clock_skew() public method

public Beginset_clock_skew ( string stapling_parameters, long values, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
values long
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_dns_resolver() public method

public Beginset_dns_resolver ( string stapling_parameters, string dns_resolvers, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
dns_resolvers string
callback System
asyncState object
return System.IAsyncResult

Beginset_proxy_server_pool() public method

public Beginset_proxy_server_pool ( string stapling_parameters, string pools, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
pools string
callback System
asyncState object
return System.IAsyncResult

Beginset_responder_url() public method

public Beginset_responder_url ( string stapling_parameters, string urls, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
urls string
callback System
asyncState object
return System.IAsyncResult

Beginset_sign_hash() public method

public Beginset_sign_hash ( string stapling_parameters, LocalLBOCSPStaplingParametersOCSPStaplingSignHash hashes, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
hashes LocalLBOCSPStaplingParametersOCSPStaplingSignHash
callback System
asyncState object
return System.IAsyncResult

Beginset_signer_certificate() public method

public Beginset_signer_certificate ( string stapling_parameters, string certs, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
certs string
callback System
asyncState object
return System.IAsyncResult

Beginset_signer_key() public method

public Beginset_signer_key ( string stapling_parameters, string keys, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
keys string
callback System
asyncState object
return System.IAsyncResult

Beginset_signer_key_passphrase() public method

public Beginset_signer_key_passphrase ( string stapling_parameters, string passphrases, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
passphrases string
callback System
asyncState object
return System.IAsyncResult

Beginset_status_age() public method

public Beginset_status_age ( string stapling_parameters, long values, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
values long
callback System
asyncState object
return System.IAsyncResult

Beginset_strict_responder_certificate_checking_state() public method

public Beginset_strict_responder_certificate_checking_state ( string stapling_parameters, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_timeout() public method

public Beginset_timeout ( string stapling_parameters, long values, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
values long
callback System
asyncState object
return System.IAsyncResult

Beginset_trusted_certificate_authority() public method

public Beginset_trusted_certificate_authority ( string stapling_parameters, string cas, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
cas string
callback System
asyncState object
return System.IAsyncResult

Beginset_trusted_responder() public method

public Beginset_trusted_responder ( string stapling_parameters, string certs, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
certs string
callback System
asyncState object
return System.IAsyncResult

Beginset_use_proxy_server_state() public method

public Beginset_use_proxy_server_state ( string stapling_parameters, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

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

Enddelete_all_ocsp_stapling_parameters() public method

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

Enddelete_ocsp_stapling_parameters() public method

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

Endget_cache_error_timeout() public method

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

Endget_cache_timeout() public method

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

Endget_clock_skew() public method

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

Endget_description() public method

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

Endget_dns_resolver() public method

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

Endget_list() public method

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

Endget_proxy_server_pool() public method

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

Endget_responder_url() public method

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

Endget_sign_hash() public method

public Endget_sign_hash ( System asyncResult ) : LocalLBOCSPStaplingParametersOCSPStaplingSignHash[]
asyncResult System
return LocalLBOCSPStaplingParametersOCSPStaplingSignHash[]

Endget_signer_certificate() public method

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

Endget_signer_key() public method

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

Endget_status_age() public method

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

Endget_strict_responder_certificate_checking_state() public method

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

Endget_timeout() public method

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

Endget_trusted_certificate_authority() public method

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

Endget_trusted_responder() public method

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

Endget_use_proxy_server_state() public method

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

Endget_version() public method

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

Endset_cache_error_timeout() public method

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

Endset_cache_timeout() public method

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

Endset_clock_skew() public method

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

Endset_description() public method

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

Endset_dns_resolver() public method

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

Endset_proxy_server_pool() public method

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

Endset_responder_url() public method

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

Endset_sign_hash() public method

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

Endset_signer_certificate() public method

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

Endset_signer_key() public method

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

Endset_signer_key_passphrase() public method

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

Endset_status_age() public method

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

Endset_strict_responder_certificate_checking_state() public method

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

Endset_timeout() public method

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

Endset_trusted_certificate_authority() public method

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

Endset_trusted_responder() public method

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

Endset_use_proxy_server_state() public method

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

LocalLBOCSPStaplingParameters() public method

public LocalLBOCSPStaplingParameters ( ) : System
return System