NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

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) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]
 

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]