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)
Parameters:
- abySubjectKeyId:
- abyName:
- acerts:
constructor (CertPool)
constructor(value: CertPool)
CertPool(CertPool value)
init(_ value: CertPool)
Sub New(value As CertPool)
Parameters:
- value: