WsDNSBaseRestDecrypt Method
|
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected string RestDecrypt(
string password
)
Protected Function RestDecrypt (
password As String
) As String
protected:
String^ RestDecrypt(
String^ password
)
member RestDecrypt :
password : string -> string
protected function RestDecrypt(
password : String
) : String
Parameters
- password
- Type: SystemString
Return Value
Type:
String
See Also