IUpdateServer.IsConnectionSecureForApiRemoting Property

 

Applies To: Windows Server Update Services

Get a value indicating whether a secure connection to the update server is being used for API Remoting.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

bool IsConnectionSecureForApiRemoting { get; }
property bool IsConnectionSecureForApiRemoting {
    bool get();
}
abstract IsConnectionSecureForApiRemoting : bool with get
ReadOnly Property IsConnectionSecureForApiRemoting As Boolean

Property Value

Type: System.Boolean

If true, a secure connection to the update server is being used for API Remoting.

Remarks

A local connection is always considered secure (so that the value of this property is true), and a remote connection may or may not be secure.

See Also

IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top