CERT_REVOCATION_STATUS (Structures)
Last changed: hashim.saleem@gmail.com-203.128.26.18

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential)]
    public struct CERT_REVOCATION_STATUS
    {
        public int cbSize;
        public uint dwIndex;
        public uint dwError;
        public uint dwReason;
        public bool fHasFreshnessTime;
        public uint dwFreshnessTime;
    }

VB Definition:

Structure CERT_REVOCATION_STATUS
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation