In This Topic
Sets the private key used for connecting to this provider
Syntax
'Declaration
Public Sub SetPrivateKey( _
ByVal As String _
)
public void SetPrivateKey(
string
)
public:
void SetPrivateKey(
String^
)
Parameters
- value
- The private key, in the form required by the server
See Also