Share via


MetadataCertificate Constructor

Applies To: CRM 2015 on-prem, CRM Online

[This topic is pre-release documentation and is subject to change in future releases.]

Initializes a new instance of the MetadataCertificate Class.Initializes a new instance of the MetadataCertificate Class.

Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

'Declaration
Public Sub New ( _
    certType As String, _
    certData As String _
)
public MetadataCertificate (
    string certType,
    string certData
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

Windows Server 2008,Windows Server 2012,Windows 7

See Also

Reference

MetadataCertificate Class
MetadataCertificate Members
Microsoft.Xrm.Sdk Namespace

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.