Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for CertRevocationInfo (0.36 sec)

  1. api/go1.11.txt

    pkg syscall (windows-386), type CertInfo struct
    pkg syscall (windows-386), type CertRevocationCrlInfo struct
    pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo *CertRevocationCrlInfo
    pkg syscall (windows-386), type CertRevocationInfo struct, OidSpecificInfo Pointer
    pkg syscall (windows-386), type CertSimpleChain struct, TrustListInfo *CertTrustListInfo
    pkg syscall (windows-386), type CertTrustListInfo struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  2. api/except.txt

    pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr
    pkg syscall (windows-386), type CertContext struct, CertInfo uintptr
    pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo uintptr
    pkg syscall (windows-386), type CertRevocationInfo struct, OidSpecificInfo uintptr
    pkg syscall (windows-386), type CertSimpleChain struct, TrustListInfo uintptr
    pkg syscall (windows-386), type RawSockaddrAny struct, Pad [96]int8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  3. src/syscall/types_windows.go

    	CertContext       *CertContext
    	TrustStatus       CertTrustStatus
    	RevocationInfo    *CertRevocationInfo
    	IssuanceUsage     *CertEnhKeyUsage
    	ApplicationUsage  *CertEnhKeyUsage
    	ExtendedErrorInfo *uint16
    }
    
    type CertRevocationCrlInfo struct {
    	// Not implemented
    }
    
    type CertRevocationInfo struct {
    	Size             uint32
    	RevocationResult uint32
    	RevocationOid    *byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
Back to top