Klasse WinCrypt.CERT_CHAIN_POLICY_STATUS

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinCrypt.CERT_CHAIN_POLICY_STATUS
Bekannte direkte Unterklassen:
WinCrypt.CERT_CHAIN_POLICY_STATUS.ByReference
Umschließende Schnittstelle:
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.
Siehe auch:
  • Felddetails Linksymbol

    • cbSize Linksymbol

      public int cbSize
    • dwError Linksymbol

      public int dwError
    • lChainIndex Linksymbol

      public int lChainIndex
    • lElementIndex Linksymbol

      public int lElementIndex
    • pvExtraPolicyStatus Linksymbol

      public Pointer pvExtraPolicyStatus
  • Konstruktordetails Linksymbol

    • CERT_CHAIN_POLICY_STATUS Linksymbol

      public CERT_CHAIN_POLICY_STATUS()