Property | Type | Description | |
---|---|---|---|
BinaryKey | string | ||
CertificatePath | string | ||
Feature | |||
Name | string | ||
Overwrite | bool? | ||
PFXPassword | string | ||
Request | bool? | ||
StoreLocation | StoreLocation | ||
StoreName | StoreName |
Method | Description | |
---|---|---|
Certificate ( ) : System |
Creates an instance of Certificate
|
|
Certificate ( |
Creates an instance of Certificate where the certificate is a binary resource
|
|
Certificate ( |
Creates an instance of Certificate where the certificate is requested or exists at the specified path
|
|
Certificate ( |
Creates an instance of Certificate where the certificate is a binary resource
|
|
Certificate ( |
Creates an instance of Certificate where the certificate is requested or exists at the specified path
|
|
Certificate ( |
Creates an instance of Certificate where the certificate is a binary resource
|
|
Certificate ( |
Creates an instance of Certificate where the certificate is requested or exists at the specified path
|
|
Certificate ( string name, StoreLocation storeLocation, StoreName storeName, string binaryKey ) : System |
Creates an instance of Certificate where the certificate is a binary resource
|
|
Certificate ( string name, StoreLocation storeLocation, StoreName storeName, string certificatePath, bool authorityRequest ) : System |
Creates an instance of Certificate where the certificate is requested or exists at the specified path
|
|
ToXml ( ) : System.Xml.Linq.XContainer[] |
Emits WiX XML.
|
public Certificate ( |
||
feature | The feature. | |
name | string | The name. |
storeLocation | StoreLocation | The store location. |
storeName | StoreName | Name of the store. |
binaryKey | string | The binary key. |
return | System |
public Certificate ( |
||
feature | The feature. | |
name | string | The name. |
storeLocation | StoreLocation | The store location. |
storeName | StoreName | Name of the store. |
certificatePath | string | The certificate path. |
request | bool | if set to |
return | System |
public Certificate ( |
||
id | The identifier. | |
feature | The feature. | |
name | string | The name. |
storeLocation | StoreLocation | The store location. |
storeName | StoreName | Name of the store. |
binaryKey | string | The binary key. |
return | System |
public Certificate ( |
||
id | The identifier. | |
feature | The feature. | |
name | string | The name. |
storeLocation | StoreLocation | The store location. |
storeName | StoreName | Name of the store. |
certificatePath | string | The certificate path. |
request | bool | if set to |
return | System |
public Certificate ( |
||
id | The identifier. | |
name | string | The name. |
storeLocation | StoreLocation | The store location. |
storeName | StoreName | Name of the store. |
binaryKey | string | The binary key. |
return | System |
public Certificate ( |
||
id | The identifier. | |
name | string | The name. |
storeLocation | StoreLocation | The store location. |
storeName | StoreName | Name of the store. |
certificatePath | string | The certificate path. |
request | bool | if set to |
return | System |
public Certificate ( string name, StoreLocation storeLocation, StoreName storeName, string binaryKey ) : System | ||
name | string | The name. |
storeLocation | StoreLocation | The store location. |
storeName | StoreName | Name of the store. |
binaryKey | string | The binary key. |
return | System |
public Certificate ( string name, StoreLocation storeLocation, StoreName storeName, string certificatePath, bool authorityRequest ) : System | ||
name | string | The name. |
storeLocation | StoreLocation | The store location. |
storeName | StoreName | Name of the store. |
certificatePath | string | The certificate path. |
authorityRequest | bool | if set to |
return | System |
public ToXml ( ) : System.Xml.Linq.XContainer[] | ||
return | System.Xml.Linq.XContainer[] |