메소드 | 설명 | |
---|---|---|
Begincreate ( string keys, LocalLBDNSTSIGKeyTSIGKeyAlgorithm algorithms, string secrets, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_tsig_keys ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_tsig_key ( string keys, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_algorithm ( string keys, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_secret ( string keys, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_algorithm ( string keys, LocalLBDNSTSIGKeyTSIGKeyAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_secret ( string keys, string secrets, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_tsig_keys ( System asyncResult ) : void | ||
Enddelete_tsig_key ( System asyncResult ) : void | ||
Endget_algorithm ( System asyncResult ) : LocalLBDNSTSIGKeyTSIGKeyAlgorithm[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_secret ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_algorithm ( System asyncResult ) : void | ||
Endset_secret ( System asyncResult ) : void | ||
LocalLBDNSTSIGKey ( ) : System |
메소드 | 설명 | |
---|---|---|
create ( string keys, LocalLBDNSTSIGKeyTSIGKeyAlgorithm algorithms, string secrets ) : void | ||
delete_all_tsig_keys ( ) : void | ||
delete_tsig_key ( string keys ) : void | ||
get_algorithm ( string keys ) : LocalLBDNSTSIGKeyTSIGKeyAlgorithm[] | ||
get_list ( ) : string[] | ||
get_secret ( string keys ) : string[] | ||
get_version ( ) : string | ||
set_algorithm ( string keys, LocalLBDNSTSIGKeyTSIGKeyAlgorithm algorithms ) : void | ||
set_secret ( string keys, string secrets ) : void |
public Begincreate ( string keys, LocalLBDNSTSIGKeyTSIGKeyAlgorithm algorithms, string secrets, System callback, object asyncState ) : System.IAsyncResult | ||
keys | string | |
algorithms | LocalLBDNSTSIGKeyTSIGKeyAlgorithm | |
secrets | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_all_tsig_keys ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_tsig_key ( string keys, System callback, object asyncState ) : System.IAsyncResult | ||
keys | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_algorithm ( string keys, System callback, object asyncState ) : System.IAsyncResult | ||
keys | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_secret ( string keys, System callback, object asyncState ) : System.IAsyncResult | ||
keys | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_algorithm ( string keys, LocalLBDNSTSIGKeyTSIGKeyAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult | ||
keys | string | |
algorithms | LocalLBDNSTSIGKeyTSIGKeyAlgorithm | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_secret ( string keys, string secrets, System callback, object asyncState ) : System.IAsyncResult | ||
keys | string | |
secrets | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Enddelete_all_tsig_keys ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_tsig_key ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_algorithm ( System asyncResult ) : LocalLBDNSTSIGKeyTSIGKeyAlgorithm[] | ||
asyncResult | System | |
리턴 | LocalLBDNSTSIGKeyTSIGKeyAlgorithm[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_secret ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endset_algorithm ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_secret ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |