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 | |
---|---|---|
Certificate() | Initializes a new instance of the Certificate class. |
Properties
Name | Description | |
---|---|---|
CertificateType | Gets or sets the certificate type. |
|
Data | Gets or sets the certificate data. |
|
ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DeploymentObject.) |
|
Id | Gets or sets the certificate ID. |
|
Name | Gets or sets the certificate name. |
|
StoreFindType | Gets or sets the store find type. |
|
StoreLocation | Gets or sets the store location. |
|
StoreName | Gets or sets the store name. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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