ICertCache Interface
Namespace: PIX.Services.Certificate
Assembly: PIX.dll
Assembly: PIX.dll
Holds the active certificate and the other ones.
Syntax
public interface ICertCacheProperties
| Name | Description |
|---|---|
| ActiveCertWrapper |
The current active certificate. If no active is found, this property is null. |
| AllCertWrappers |
All certificates of the current type found, including other versions and out-dated. |
| OtherCertWrappers |
All certificates -- except the active -- of the current type found, including other versions and out-dated. |
| Store |
Access to the physical certificate store. |