Certificate Class

 

Applies To: Dynamics CRM 2015

Contains information about a certificate.

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

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.Deployment.DeploymentObject
    Microsoft.Xrm.Sdk.Deployment.DeploymentEntity
      Microsoft.Xrm.Sdk.Deployment.Certificate

Syntax

[DataContractAttribute(Name = "Certificate", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class Certificate : DeploymentEntity
[DataContractAttribute(Name = "Certificate", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public ref class Certificate : DeploymentEntity
[<DataContractAttribute(Name = "Certificate", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type Certificate = 
    class
        inherit DeploymentEntity
    end
<DataContractAttribute(Name := "Certificate", Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>
Public Class Certificate
    Inherits DeploymentEntity

Constructors

Name Description
System_CAPS_pubmethod Certificate()

Initializes a new instance of the Certificate class.

Properties

Name Description
System_CAPS_pubproperty CertificateType

Gets or sets the certificate type.

System_CAPS_pubproperty Data

Gets or sets the certificate data.

System_CAPS_pubproperty ExtensionData

Gets or sets the structure that contains extra data.(Inherited from DeploymentObject.)

System_CAPS_pubproperty Id

Gets or sets the certificate ID.

System_CAPS_pubproperty Name

Gets or sets the certificate name.

System_CAPS_pubproperty StoreFindType

Gets or sets the store find type.

System_CAPS_pubproperty StoreLocation

Gets or sets the store location.

System_CAPS_pubproperty StoreName

Gets or sets the store name.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright