ClientHelloInfo
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.tls
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
ClientHelloInfo()
init()
Sub New()
constructor (Slice<UInt16>, string, Slice<CurveID>, Slice<Byte>, Slice<SignatureScheme>, Slice<string>, Slice<UInt16>, Conn)
constructor(aCipherSuites: Slice<UInt16>; aServerName: string; aSupportedCurves: Slice<CurveID>; aSupportedPoints: Slice<Byte>; aSignatureSchemes: Slice<SignatureScheme>; aSupportedProtos: Slice<string>; aSupportedVersions: Slice<UInt16>; aConn: Conn)
ClientHelloInfo(Slice<UInt16> aCipherSuites, string aServerName, Slice<CurveID> aSupportedCurves, Slice<Byte> aSupportedPoints, Slice<SignatureScheme> aSignatureSchemes, Slice<string> aSupportedProtos, Slice<UInt16> aSupportedVersions, Conn aConn)
Parameters:
- aCipherSuites:
- aServerName:
- aSupportedCurves:
- aSupportedPoints:
- aSignatureSchemes:
- aSupportedProtos:
- aSupportedVersions:
- aConn:
constructor (ClientHelloInfo)
constructor(value: ClientHelloInfo)
ClientHelloInfo(ClientHelloInfo value)
init(_ value: ClientHelloInfo)
Sub New(value As ClientHelloInfo)
Parameters:
- value:
CipherSuites
Conn
ServerName
var ServerName: string;
string ServerName
var ServerName: string
ServerName string
FIELD ServerName() As string
SignatureSchemes
var SignatureSchemes: Slice<SignatureScheme>;
Slice<SignatureScheme> SignatureSchemes
var SignatureSchemes: Slice<SignatureScheme>
SignatureSchemes Slice<SignatureScheme>
FIELD SignatureSchemes() As Slice<SignatureScheme>
SupportedCurves
SupportedPoints
SupportedProtos
SupportedVersions
CipherSuites
Conn
ServerName
var ServerName: string;
string ServerName
var ServerName: string
ServerName string
FIELD ServerName() As string
SignatureSchemes
var SignatureSchemes: Slice<SignatureScheme>;
Slice<SignatureScheme> SignatureSchemes
var SignatureSchemes: Slice<SignatureScheme>
SignatureSchemes Slice<SignatureScheme>
FIELD SignatureSchemes() As Slice<SignatureScheme>
SupportedCurves
SupportedPoints
SupportedProtos
SupportedVersions
constructor
constructor
ClientHelloInfo()
init()
Sub New()
constructor (Slice<UInt16>, string, Slice<CurveID>, Slice<Byte>, Slice<SignatureScheme>, Slice<string>, Slice<UInt16>, Conn)
constructor(aCipherSuites: Slice<UInt16>; aServerName: string; aSupportedCurves: Slice<CurveID>; aSupportedPoints: Slice<Byte>; aSignatureSchemes: Slice<SignatureScheme>; aSupportedProtos: Slice<string>; aSupportedVersions: Slice<UInt16>; aConn: Conn)
ClientHelloInfo(Slice<UInt16> aCipherSuites, string aServerName, Slice<CurveID> aSupportedCurves, Slice<Byte> aSupportedPoints, Slice<SignatureScheme> aSignatureSchemes, Slice<string> aSupportedProtos, Slice<UInt16> aSupportedVersions, Conn aConn)
Parameters:
- aCipherSuites:
- aServerName:
- aSupportedCurves:
- aSupportedPoints:
- aSignatureSchemes:
- aSupportedProtos:
- aSupportedVersions:
- aConn:
constructor (ClientHelloInfo)
constructor(value: ClientHelloInfo)
ClientHelloInfo(ClientHelloInfo value)
init(_ value: ClientHelloInfo)
Sub New(value As ClientHelloInfo)
Parameters:
- value: