Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CrlInfo (0.09 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    }
    
    type CertRevocationInfo struct {
    	Size             uint32
    	RevocationResult uint32
    	RevocationOid    *byte
    	OidSpecificInfo  Pointer
    	HasFreshnessTime uint32
    	FreshnessTime    uint32
    	CrlInfo          *CertRevocationCrlInfo
    }
    
    type CertTrustStatus struct {
    	ErrorStatus uint32
    	InfoStatus  uint32
    }
    
    type CertUsageMatch struct {
    	Type  uint32
    	Usage CertEnhKeyUsage
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top