MSFT_SIPFederationNetworkProviderTable class

 
Microsoft Office Live Communications Server 2005 with SP1

MSFT_SIPFederationNetworkProviderTable

The MSFT_SIPFederationNetworkProviderTable class lists the IM service providers that are listed in the IM service providers table on the Access Proxy. This class also provides properties used to configure each IM service provider.

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

class MSFT_SIPFederationNetworkProviderTable
{
  string EdgeProxyAddress;
  boolean Enabled;
  uint32 IncomingTLSCountForNetworkProviderRoute;
  [key] string InstanceID;
  boolean IsPublicNetworkProvider;
  string NetworkProviderName;
  uint32 OutgoingTLSCountForNetworkProviderRoute;
  string UserVerificationLevel;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPFederationNetworkProviderTable class has the following properties.

  • EdgeProxyAddress
    Data type: string

    The FQDN of the external edge of the Access Proxy of an internet service provider. This property must be unique to a NetworkPartnerName and should not be associated with more than one NetworkPartnerName. This value cannot be an asterisk and cannot be NULL.

    This property is required and can be updated.

  • Enabled
    Data type: boolean

    Specifies whether connection is enabled to the IM service provider represented by NetworkPartnerName. The default value is FALSE. It cannot be NULL.

    This property is optional and can be updated.

  • IncomingTLSCountForNetworkProviderRoute
    Data type: uint32

    The maximum number of incoming TLS connections allowed on the server for an IM service provider. The valid range of values is between 1 and 256. The default value is 80. This value cannot be NULL.

    This property is required on creation and can be updated.

  • InstanceID
    Data type: [key] string

    A GUID value that uniquely identifies this network provider table to WMI. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}". This value can be NULL.

    This property is required on creation and cannot be updated.

  • IsPublicNetworkProvider
    Data type: boolean

    Specifies whether the service provider is one of the supported public IM service providers: MSN, AOL, or Yahoo! This property cannot be NULL and cannot be updated.

  • NetworkProviderName
    Data type: string

    A display name representing a connection to a particular Access Proxy. This setting enables representation in MMC of all domains served by this Access Proxy. Names may be up to 256 characters in length.

    This property is optional and can be updated.

  • OutgoingTLSCountForNetworkProviderRoute
    Data type: uint32

    The number of outgoing TLS connections that the server will initiate to an IM service provider. The valid range of values is between 1 and 256. The default value is 8. This value cannot be NULL.

    This property is required on creation and can be updated.

  • UserVerificationLevel
    Data type: string

    Indicates the verification level for requests from this domain as a control for spam.

    Value Description
    AlwaysVerifiable All messages from the domain are considered verifiable. If the header is not present, it will be added
    AlwaysUnverifiable Requests are only allowed to pass if the user being requested has an allow ACE for the subscriber.
    UseSourceVerification Use that domain's asserted verification level, which is passed by headers on the requests. If unmarked, the messages will be marked as unverified.

    This property is required and can be updated.

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.