Class WinCrypt.CERT_CHAIN_POLICY_STATUS

  • Direct Known Subclasses:
    WinCrypt.CERT_CHAIN_POLICY_STATUS.ByReference
    Enclosing interface:
    WinCrypt

    @FieldOrder({"cbSize","dwError","lChainIndex","lElementIndex","pvExtraPolicyStatus"})
    public static class WinCrypt.CERT_CHAIN_POLICY_STATUS
    extends Structure
    The CERT_CHAIN_POLICY_STATUS structure holds certificate chain status information returned by the CertVerifyCertificateChainPolicy function when the certificate chains are validated.
    See Also:
    MSDN
    • Field Detail

      • cbSize

        public int cbSize
      • dwError

        public int dwError
      • lChainIndex

        public int lChainIndex
      • lElementIndex

        public int lElementIndex
      • pvExtraPolicyStatus

        public Pointer pvExtraPolicyStatus
    • Constructor Detail

      • CERT_CHAIN_POLICY_STATUS

        public CERT_CHAIN_POLICY_STATUS()