Class WinCrypt.CERT_CHAIN_POLICY_STATUS

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.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:
  • Field Details

    • cbSize

      public int cbSize
    • dwError

      public int dwError
    • lChainIndex

      public int lChainIndex
    • lElementIndex

      public int lElementIndex
    • pvExtraPolicyStatus

      public Pointer pvExtraPolicyStatus
  • Constructor Details

    • CERT_CHAIN_POLICY_STATUS

      public CERT_CHAIN_POLICY_STATUS()