WsDNSBaseRestAesAuthenticate Method
|
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected void RestAesAuthenticate(
string userName,
string password
)
Protected Sub RestAesAuthenticate (
userName As String,
password As String
)
protected:
void RestAesAuthenticate(
String^ userName,
String^ password
)
member RestAesAuthenticate :
userName : string *
password : string -> unit
protected function RestAesAuthenticate(
userName : String,
password : String
)
Parameters
- userName
- Type: SystemString
- password
- Type: SystemString
See Also