Class WinCrypt.CERT_SIMPLE_CHAIN

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

    @FieldOrder({"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