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

Class WinCrypt.CERT_SIMPLE_CHAIN

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


    @Structure.FieldOrder(value={"cbSize","TrustStatus","cElement","rgpElement","pTrustListInfo","fHasRevocationFreshnessTime","dwRevocationFreshnessTime"})
    public static class WinCrypt.CERT_SIMPLE_CHAIN
    extends Structure
    The CERT_SIMPLE_CHAIN structure contains an array of chain elements and a summary trust status for the chain that the array represents.
    See Also:
    MSDN
JNA API 5.6.0

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