Method | Description | |
---|---|---|
Beginadd_responder ( string config_names, string responders, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string config_names, string responders, 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_description ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_responder ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_responders ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_responder ( string config_names, string responders, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string config_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_responder ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_configurations ( System asyncResult ) : void | ||
Enddelete_configuration ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_responder ( System asyncResult ) : string[][] | ||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_responders ( System asyncResult ) : void | ||
Endremove_responder ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
ManagementOCSPConfiguration ( ) : System |
Method | Description | |
---|---|---|
add_responder ( string config_names, string responders ) : void | ||
create ( string config_names, string responders ) : void | ||
delete_all_configurations ( ) : void | ||
delete_configuration ( string config_names ) : void | ||
get_description ( string config_names ) : string[] | ||
get_list ( ) : string[] | ||
get_responder ( string config_names ) : string[][] | ||
get_version ( ) : string | ||
remove_all_responders ( string config_names ) : void | ||
remove_responder ( string config_names, string responders ) : void | ||
set_description ( string config_names, string descriptions ) : void |
public Beginadd_responder ( string config_names, string responders, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
responders | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate ( string config_names, string responders, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
responders | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_configurations ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_configuration ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_responder ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_all_responders ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_responder ( string config_names, string responders, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
responders | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 |
public Endadd_responder ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_configurations ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_responder ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endremove_all_responders ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_responder ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public ManagementOCSPConfiguration ( ) : System | ||
return | System |