CertificateEntry Output Object (Get-Certificate Cmdlet)

This object is returned for each certificate located in a store.

Syntax

Object CertificateEntry {
   string Subject;
   string Issuer;
   string SerialNumber;
   string Encoded;
   bool HasPrivateKey;
}

Remarks

This object contains basic certificate properties.

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]
 

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]