CertPool

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.crypto.x509
  • Platforms: .NET, .NET Standard 2.0, Island

Instance Methods


constructor

 

constructor

 

CertPool()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(abySubjectKeyId: Map<string, Slice<Int64>>; abyName: Map<string, Slice<Int64>>; acerts: Slice<Memory<Certificate>>)
// Island
constructor(abySubjectKeyId: Map<string, Slice<Int64>>; abyName: Map<string, Slice<Int64>>; acerts: Slice<Memory<Certificate>>)

 

// .NET, .NET Standard 2.0
CertPool(Map<string, Slice<Int64>> abySubjectKeyId, Map<string, Slice<Int64>> abyName, Slice<Memory<Certificate>> acerts)
// Island
CertPool(Map<string, Slice<Int64>> abySubjectKeyId, Map<string, Slice<Int64>> abyName, Slice<Memory<Certificate>> acerts)

 

// .NET, .NET Standard 2.0
init(_ abySubjectKeyId: Map<string, Slice<Int64>>, _ abyName: Map<string, Slice<Int64>>, _ acerts: Slice<Memory<Certificate>>)
// Island
init(_ abySubjectKeyId: Map<string, Slice<Int64>>, _ abyName: Map<string, Slice<Int64>>, _ acerts: Slice<Memory<Certificate>>)

 

// .NET, .NET Standard 2.0
Sub New(abySubjectKeyId As Map<string, Slice<Int64>>, abyName As Map<string, Slice<Int64>>, acerts As Slice<Memory<Certificate>>)
// Island
Sub New(abySubjectKeyId As Map<string, Slice<Int64>>, abyName As Map<string, Slice<Int64>>, acerts As Slice<Memory<Certificate>>)

Parameters:

  • abySubjectKeyId:
  • abyName:
  • acerts:

constructor (CertPool)

 

constructor(value: CertPool)

 

CertPool(CertPool value)

 

init(_ value: CertPool)

 

Sub New(value As CertPool)

Parameters:

  • value: