Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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)
  2. src/cmd/vendor/golang.org/x/sys/windows/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: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"CertRevocationCrlInfo", Type, 11},
    		{"CertRevocationInfo", Type, 0},
    		{"CertRevocationInfo.CrlInfo", Field, 0},
    		{"CertRevocationInfo.FreshnessTime", Field, 0},
    		{"CertRevocationInfo.HasFreshnessTime", Field, 0},
    		{"CertRevocationInfo.OidSpecificInfo", Field, 0},
    		{"CertRevocationInfo.RevocationOid", Field, 0},
    		{"CertRevocationInfo.RevocationResult", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top