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)

 

// .NET, .NET Standard 2.0
constructor(aCertificate: Memory<Certificate>; aHost: string)
// Island
constructor(aCertificate: Memory<Certificate>; aHost: string)

 

// .NET, .NET Standard 2.0
HostnameError(Memory<Certificate> aCertificate, string aHost)
// Island
HostnameError(Memory<Certificate> aCertificate, string aHost)

 

// .NET, .NET Standard 2.0
init(_ aCertificate: Memory<Certificate>, _ aHost: string)
// Island
init(_ aCertificate: Memory<Certificate>, _ aHost: string)

 

// .NET, .NET Standard 2.0
Sub New(aCertificate As Memory<Certificate>, aHost As string)
// Island
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

 

// .NET, .NET Standard 2.0
var Certificate: Memory<Certificate>;
// Island
var Certificate: Memory<Certificate>;

 

// .NET, .NET Standard 2.0
Memory<Certificate> Certificate
// Island
Memory<Certificate> Certificate

 

// .NET, .NET Standard 2.0
var Certificate: Memory<Certificate>
// Island
var Certificate: Memory<Certificate>

 

// .NET, .NET Standard 2.0
Certificate Memory<Certificate>
// Island
Certificate Memory<Certificate>

 

// .NET, .NET Standard 2.0
FIELD Certificate() As Memory<Certificate>
// Island
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

 

// .NET, .NET Standard 2.0
var Certificate: Memory<Certificate>;
// Island
var Certificate: Memory<Certificate>;

 

// .NET, .NET Standard 2.0
Memory<Certificate> Certificate
// Island
Memory<Certificate> Certificate

 

// .NET, .NET Standard 2.0
var Certificate: Memory<Certificate>
// Island
var Certificate: Memory<Certificate>

 

// .NET, .NET Standard 2.0
Certificate Memory<Certificate>
// Island
Certificate Memory<Certificate>

 

// .NET, .NET Standard 2.0
FIELD Certificate() As Memory<Certificate>
// Island
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)

 

// .NET, .NET Standard 2.0
constructor(aCertificate: Memory<Certificate>; aHost: string)
// Island
constructor(aCertificate: Memory<Certificate>; aHost: string)

 

// .NET, .NET Standard 2.0
HostnameError(Memory<Certificate> aCertificate, string aHost)
// Island
HostnameError(Memory<Certificate> aCertificate, string aHost)

 

// .NET, .NET Standard 2.0
init(_ aCertificate: Memory<Certificate>, _ aHost: string)
// Island
init(_ aCertificate: Memory<Certificate>, _ aHost: string)

 

// .NET, .NET Standard 2.0
Sub New(aCertificate As Memory<Certificate>, aHost As string)
// Island
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