HostnameError
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.x509
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
HostnameError()
init()
Sub New()
constructor (Memory<Certificate>, string)
constructor(aCertificate: Memory<Certificate>; aHost: string)
HostnameError(Memory<Certificate> aCertificate, string aHost)
init(_ aCertificate: Memory<Certificate>, _ aHost: string)
Sub New(aCertificate As Memory<Certificate>, aHost As string)
Parameters:
- aCertificate:
- aHost:
constructor (HostnameError)
constructor(value: HostnameError)
HostnameError(HostnameError value)
init(_ value: HostnameError)
Sub New(value As HostnameError)
Parameters:
- value:
Certificate
var Certificate: Memory<Certificate>;
Memory<Certificate> Certificate
var Certificate: Memory<Certificate>
Certificate Memory<Certificate>
FIELD Certificate() As Memory<Certificate>
Error
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string
Host
var Host: string;
string Host
var Host: string
Host string
FIELD Host() As string
Certificate
var Certificate: Memory<Certificate>;
Memory<Certificate> Certificate
var Certificate: Memory<Certificate>
Certificate Memory<Certificate>
FIELD Certificate() As Memory<Certificate>
Host
var Host: string;
string Host
var Host: string
Host string
FIELD Host() As string
constructor
constructor
HostnameError()
init()
Sub New()
constructor (Memory<Certificate>, string)
constructor(aCertificate: Memory<Certificate>; aHost: string)
HostnameError(Memory<Certificate> aCertificate, string aHost)
init(_ aCertificate: Memory<Certificate>, _ aHost: string)
Sub New(aCertificate As Memory<Certificate>, aHost As string)
Parameters:
- aCertificate:
- aHost:
constructor (HostnameError)
constructor(value: HostnameError)
HostnameError(HostnameError value)
init(_ value: HostnameError)
Sub New(value As HostnameError)
Parameters:
- value:
Error
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string