System.Security.Cryptography.X509Certificates.X509Certificate2.Archived Property

Gets or sets a value indicating that an X.509 certificate is archived.

Syntax

public bool Archived { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is set only on a certificate that is associated with a store. If the property is set and the certificate is added to a certificate store, the value is persisted. If the property is set on a certificate retrieved from a store, the value is persisted immediately.

In an X.509 store, archived certificates are not included in the returned System.Security.Cryptography.X509Certificates.X509Certificate2Collection object unless the X509Certificate2.Archived property is set to true. No physical archival activity occurs when the X509Certificate2.Archived value is set or unset.

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0