Freigeben über


MSFT_SIPFederationExternalEdgeListeningPortData class

 
Microsoft Office Live Communications Server 2005 with SP1

MSFT_SIPFederationExternalEdgeListeningPortData

The MSFT_SIPFederationExternalEdgeListeningPortData class provides configuration data for the listening port on the external edge of an Access Proxy.

The following syntax is simplified from MOF code and includes all inherited properties.

class MSFT_SIPFederationExternalEdgeListeningPortData
{
  boolean AllowClientsOnMTLSConnections;
  boolean AllowMutualAuthentication;
  [key] string InstanceID;
  int Port;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPFederationExternalEdgeListeningPortData class has the following properties.

  • AllowClientsOnMTLSConnections
    Data type: boolean

    Specifies whether clients can use MTLS (Mutual Transport Layer Security) connections by presenting a NULL certificate. If AllowMutualAuthentication is set to true, it cannot be NULL, and its value is actually used. If AllowMutualAuthentication is set to false, it can be NULL.

  • AllowMutualAuthentication
    Data type: boolean

    Specifies the type of transport to be used. This property cannot be NULL.

  • InstanceID
    Data type: [key] string

    A GUID value that uniquely identifies the Access Proxy external listening port object. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

    This property cannot be updated.

  • Port
    Data type: int

    Indicates the listening port on the external edge of the Access Proxy. Acceptable values are integers between 1 and 65535. This property cannot be NULL.

Remarks

Instances of this class can be added, updated, and deleted.

Requirements

Server: Installed on Windows Server 2003 with Live Communications Server 2005 with SP1.
Namespace: Defined in \root\cimv2.

See Also

Live Communications Server WMI Reference

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.