Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SSLExtraCertChainPolicyPara (0.15 sec)

  1. src/syscall/types_windows.go

    	CacheResync                  *Filetime
    }
    
    type CertChainPolicyPara struct {
    	Size            uint32
    	Flags           uint32
    	ExtraPolicyPara Pointer
    }
    
    type SSLExtraCertChainPolicyPara struct {
    	Size       uint32
    	AuthType   uint32
    	Checks     uint32
    	ServerName *uint16
    }
    
    type CertChainPolicyStatus struct {
    	Size              uint32
    	Error             uint32
    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