MSFT_SIPFederationExternalEdgeListeningAddressSetting class

 
Microsoft Office Live Communications Server 2005 with SP1

MSFT_SIPFederationExternalEdgeListeningAddressSetting

The MSFT_SIPFederationExternalEdgeListeningAddressSetting class provides certification 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_SIPFederationExternalEdgeListeningAddressSetting
{
  [key] string InstanceID;
  uint8[] TLSCertIssuer;
  uint8[] TLSCertSN;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPFederationExternalEdgeListeningAddressSetting class has the following properties.

  • InstanceID
    Data type: [key] string

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

    This property cannot be updated.

  • TLSCertIssuer
    Data type: uint8[]

    Byte array representing the certification authority that issued the certificate. This property can be NULL.

  • TLSCertSN
    Data type: uint8[]

    Byte array representing the certificate serial number. This property can be NULL.

Remarks

Instances of this class can be created or updated. There cannot be more than one instance of this class.

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.