NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    Certificate Output Object (New-Certificate Cmdlet)

    This object contains all the information about a certificate.

    Syntax

    Object Certificate {
       string Subject;
       string SubjectAltNames;
       string Issuer;
       string SerialNumber;
       string ThumbprintMD5;
       string EffectiveDate;
       string ExpirationDate;
       string Usage;
       string SignatureAlgorithm;
       int PublicKeyLength;
       string PublicKeyAlgorithm;
       string PublicKey;
       string ExtendedKeyUsage;
       string Encoded;
    }

    Remarks

    This object contains all the 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]