Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.win32

Class WinCrypt.CERT_CHAIN_POLICY_STATUS

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


    @Structure.FieldOrder(value={"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()
JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.