Expand Minimize
This topic has not yet been rated - Rate this topic

MSFT_SIPDataProxySetting (New)

MSFT_SIPDataProxySetting

Identifies the TLS certificate issuer and server name for a Web Conferencing Edge Server.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax


class MSFT_SIPDataProxySetting
{
  [key] string InstanceID;
  uint8[] TLSCertIssuer;
  uint8[] TLSCertSN;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPDataProxySetting class has the following properties.

InstanceID

Data type: [key] string

Access type: Read-only

Required. A GUID value that uniquely identifies an instance of this class.

The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

TLSCertIssuer

Data type: uint8[]

Access type: Read/Write

Required. A byte array representing the TLS certificate authority that issued the certificate.

TLSCertSN

Data type: uint8[]

Access type: Read/Write

Required. A byte array representing the serial number of the TLS certificate.

Remarks

This class gets and sets information at the following level(s): WMI.

Only one instance of this class can be present.

Instances of this class support the following interface methods:

Provider::EnumerateInstances(); Provider::GetObject(); Provider::PutInstance();

Where PutInstance() supports the following flag(s):

WBEM_FLAG_CREATE_ONLY WBEM_FLAG_UPDATE_ONLY WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role(s): Web Conferencing Edge Server.Namespace: Defined in \root\cimv2.

Concepts

Reference

[<LinkCreatedDuringXmlConversion>]
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.