Certificate.Archived property
[CAPICOM is a 32-bit only component that is available for use in the following operating systems: Windows Server 2008, Windows Vista, and Windows XP. Instead, use the X509Certificate2 Class in the System.Security.Cryptography.X509Certificates namespace.]
The Archived property sets or retrieves a Boolean value that indicates whether the certificate is archived.
This property is read/write.
Syntax
Certificate.Archived As Boolean
Property value
A Boolean value that indicates whether the certificate is archived. If true, the certificate is archived. Note that changing the value from false to true archives the certificate.
Remarks
This property raises CAPICOM_E_NOT_ALLOWED when it is scripted from a web-based application.
Note
An archived certificate is not visible in the certificate management user interface. Also, archived certificates will not be included in the Store.Open method unless CAPICOM_STORE_OPEN_INCLUDE_ARCHIVED is specified.
Requirements
Requirement | Value |
---|---|
End of client support |
Windows Vista |
End of server support |
Windows Server 2008 |
Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
DLL |
|