Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The VMRCEncryptionEnabled property contains TRUE if server administration VMRC session data is encrypted using SSL/TLS encryption.
This property is read/write.
Syntax
HRESULT put_VMRCEncryptionEnabled(
[in] VARIANT_BOOL shouldEnable
);
HRESULT get_VMRCEncryptionEnabled(
[out] VARIANT_BOOL *isEnabled
);
VB |
---|
|
Property value
Contains vbTrue if the VMRC session data transferred over the network is to be encrypted using SSL/TLS encryption. Otherwise, VMRC session data is transferred without encryption.
This property value is read/write.
Error codes
Name | Meaning |
---|---|
|
The operation was successful. |
|
The parameter isEnabled is NULL. |
|
SSL/TLS encryption is not supported in Virtual Server 1.0. |
|
An unexpected error occurred. |
Remarks
SSL/TLS encryption is not supported in Virtual Server 1.0, attempts to set this property will always return E_NOTIMPL.
Examples
The following example displays the VMRCEncryptionEnabled property value of the VMVirtualServer object.
Set objVS = CreateObject("VirtualServer.Application")
Wscript.Echo "Name: " & objVS.Name
Wscript.Echo "VMRC encryption enabled: " & objVS.VMRCEncryptionEnabled
Requirements
Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|