Certificate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about a certificate.
public ref class Certificate : Microsoft::Xrm::Sdk::Deployment::DeploymentEntity
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Certificate", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class Certificate : Microsoft.Xrm.Sdk.Deployment.DeploymentEntity
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="Certificate", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type Certificate = class
inherit DeploymentEntity
Public Class Certificate
Inherits DeploymentEntity
- Inheritance
- Attributes
Constructors
Certificate() |
Initializes a new instance of the Certificate class. |
Properties
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. |