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()
constructor(abySubjectKeyId: Map<string, Slice<Int64>>; abyName: Map<string, Slice<Int64>>; acerts: Slice<Memory<Certificate>>)
CertPool(Map<string, Slice<Int64>> abySubjectKeyId, Map<string, Slice<Int64>> abyName, Slice<Memory<Certificate>> acerts)
init(_ abySubjectKeyId: Map<string, Slice<Int64>>, _ abyName: Map<string, Slice<Int64>>, _ acerts: Slice<Memory<Certificate>>)
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: