Certificate Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Certificate type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AccessRights |
The access rights that need to be given.
|
![]() |
AccountName |
The name of user or group that needs to be given rights on the given certificate
|
![]() |
Base64EncodedCertificate |
Gets or sets the Base 64 Encoded string of the certificate
|
![]() |
CertificateExpiryDate |
Gets the Certificate Exprity Date.
|
![]() |
CertInfo |
Gets the item which contains the Certificate information. The following Metadata is populated: SubjectName, SignatureAlgorithm, SubjectNameOidValue, SerialNumber, Archived, NotAfter, NotBefore, FriendlyName, HasPrivateKey, Thumbprint, Version, PrivateKeyFileName, IssuerName
|
![]() |
CertPassword |
Sets the password for the pfx file from which the certificate is to be imported, defaults to blank
|
![]() |
DistinguishedName |
Gets the Distinguished Name for the certificate used to to uniquely identify certificate in further tasks.
The distinguished name can be used in place of thumbprint to identify a certificate
|
![]() |
Exportable |
Sets a value indicating whether the certificate is exportable.
|
![]() |
FileName |
Sets the name of the file.
|
![]() |
MachineStore |
Sets a value indicating whether to use the MachineStore. Default is false
|
![]() |
StoreName |
Sets the name of the store. Defaults to My
AddressBook: The store for other users |
![]() |
SubjectDName |
The distinguished subject name of the certificate
|
![]() |
Thumbprint |
Gets the thumbprint. Used to uniquely identify certificate in further tasks
The thumprint can be used in place of distinguished name to identify a certificate
|
See Also