MSFT_SIPFederationInternalEdgeListeningAddressSetting class
Microsoft Office Live Communications Server 2005 with SP1 |
MSFT_SIPFederationInternalEdgeListeningAddressSetting
The MSFT_SIPFederationInternalEdgeListeningAddressSetting class provides certification data for the listening port on the internal edge of an Access Proxy.
The following syntax is simplified from MOF code and includes all inherited properties.
class MSFT_SIPFederationInternalEdgeListeningAddressSetting { [key] string InstanceID; int Port; uint8[] TLSCertIssuer; uint8[] TLSCertSN; };
Methods
This class does not define any methods.
Properties
The MSFT_SIPFederationInternalEdgeListeningAddressSetting class has the following properties.
InstanceID
Data type: [key] stringA GUID value that uniquely identifies the Access Proxy internal listening address setting. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".
This property cannot be updated.
Port
Data type: intIndicates the listening port on the internal edge of the Access Proxy. Acceptable values are integers between 1 and 65535. This property cannot be NULL.
TLSCertIssuer
Data type: uint8[]Byte array representing the certification authority that issued the certificate. This property cannot 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. |