Certificate
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.tls
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Certificate()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aCertificate: Slice<Slice<Byte>>; aPrivateKey: Object; aOCSPStaple: Slice<Byte>; aSignedCertificateTimestamps: Slice<Slice<Byte>>; aLeaf: Memory<Certificate>)
// Island
constructor(aCertificate: Slice<Slice<Byte>>; aPrivateKey: PrivateKey; aOCSPStaple: Slice<Byte>; aSignedCertificateTimestamps: Slice<Slice<Byte>>; aLeaf: Memory<Certificate>)
// .NET, .NET Standard 2.0
Certificate(Slice<Slice<Byte>> aCertificate, Object aPrivateKey, Slice<Byte> aOCSPStaple, Slice<Slice<Byte>> aSignedCertificateTimestamps, Memory<Certificate> aLeaf)
// Island
Certificate(Slice<Slice<Byte>> aCertificate, PrivateKey aPrivateKey, Slice<Byte> aOCSPStaple, Slice<Slice<Byte>> aSignedCertificateTimestamps, Memory<Certificate> aLeaf)
// .NET, .NET Standard 2.0
init(_ aCertificate: Slice<Slice<Byte>>, _ aPrivateKey: Object, _ aOCSPStaple: Slice<Byte>, _ aSignedCertificateTimestamps: Slice<Slice<Byte>>, _ aLeaf: Memory<Certificate>)
// Island
init(_ aCertificate: Slice<Slice<Byte>>, _ aPrivateKey: PrivateKey, _ aOCSPStaple: Slice<Byte>, _ aSignedCertificateTimestamps: Slice<Slice<Byte>>, _ aLeaf: Memory<Certificate>)
// .NET, .NET Standard 2.0
Sub New(aCertificate As Slice<Slice<Byte>>, aPrivateKey As Object, aOCSPStaple As Slice<Byte>, aSignedCertificateTimestamps As Slice<Slice<Byte>>, aLeaf As Memory<Certificate>)
// Island
Sub New(aCertificate As Slice<Slice<Byte>>, aPrivateKey As PrivateKey, aOCSPStaple As Slice<Byte>, aSignedCertificateTimestamps As Slice<Slice<Byte>>, aLeaf As Memory<Certificate>)
Parameters:
- aCertificate:
- aPrivateKey:
- aOCSPStaple:
- aSignedCertificateTimestamps:
- aLeaf:
constructor (Certificate)
constructor(value: Certificate)
Certificate(Certificate value)
init(_ value: Certificate)
Sub New(value As Certificate)
Parameters:
- value:
Certificate
Leaf
// .NET, .NET Standard 2.0
var Leaf: Memory<Certificate>;
// Island
var Leaf: Memory<Certificate>;
// .NET, .NET Standard 2.0
Memory<Certificate> Leaf
// Island
Memory<Certificate> Leaf
// .NET, .NET Standard 2.0
var Leaf: Memory<Certificate>
// Island
var Leaf: Memory<Certificate>
// .NET, .NET Standard 2.0
Leaf Memory<Certificate>
// Island
Leaf Memory<Certificate>
// .NET, .NET Standard 2.0
FIELD Leaf() As Memory<Certificate>
// Island
FIELD Leaf() As Memory<Certificate>
OCSPStaple
PrivateKey
var PrivateKey: PrivateKey;
PrivateKey PrivateKey
var PrivateKey: PrivateKey
PrivateKey PrivateKey
FIELD PrivateKey() As PrivateKey
SignedCertificateTimestamps
Certificate
Leaf
// .NET, .NET Standard 2.0
var Leaf: Memory<Certificate>;
// Island
var Leaf: Memory<Certificate>;
// .NET, .NET Standard 2.0
Memory<Certificate> Leaf
// Island
Memory<Certificate> Leaf
// .NET, .NET Standard 2.0
var Leaf: Memory<Certificate>
// Island
var Leaf: Memory<Certificate>
// .NET, .NET Standard 2.0
Leaf Memory<Certificate>
// Island
Leaf Memory<Certificate>
// .NET, .NET Standard 2.0
FIELD Leaf() As Memory<Certificate>
// Island
FIELD Leaf() As Memory<Certificate>
OCSPStaple
PrivateKey
var PrivateKey: PrivateKey;
PrivateKey PrivateKey
var PrivateKey: PrivateKey
PrivateKey PrivateKey
FIELD PrivateKey() As PrivateKey
SignedCertificateTimestamps
constructor
constructor
Certificate()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aCertificate: Slice<Slice<Byte>>; aPrivateKey: Object; aOCSPStaple: Slice<Byte>; aSignedCertificateTimestamps: Slice<Slice<Byte>>; aLeaf: Memory<Certificate>)
// Island
constructor(aCertificate: Slice<Slice<Byte>>; aPrivateKey: PrivateKey; aOCSPStaple: Slice<Byte>; aSignedCertificateTimestamps: Slice<Slice<Byte>>; aLeaf: Memory<Certificate>)
// .NET, .NET Standard 2.0
Certificate(Slice<Slice<Byte>> aCertificate, Object aPrivateKey, Slice<Byte> aOCSPStaple, Slice<Slice<Byte>> aSignedCertificateTimestamps, Memory<Certificate> aLeaf)
// Island
Certificate(Slice<Slice<Byte>> aCertificate, PrivateKey aPrivateKey, Slice<Byte> aOCSPStaple, Slice<Slice<Byte>> aSignedCertificateTimestamps, Memory<Certificate> aLeaf)
// .NET, .NET Standard 2.0
init(_ aCertificate: Slice<Slice<Byte>>, _ aPrivateKey: Object, _ aOCSPStaple: Slice<Byte>, _ aSignedCertificateTimestamps: Slice<Slice<Byte>>, _ aLeaf: Memory<Certificate>)
// Island
init(_ aCertificate: Slice<Slice<Byte>>, _ aPrivateKey: PrivateKey, _ aOCSPStaple: Slice<Byte>, _ aSignedCertificateTimestamps: Slice<Slice<Byte>>, _ aLeaf: Memory<Certificate>)
// .NET, .NET Standard 2.0
Sub New(aCertificate As Slice<Slice<Byte>>, aPrivateKey As Object, aOCSPStaple As Slice<Byte>, aSignedCertificateTimestamps As Slice<Slice<Byte>>, aLeaf As Memory<Certificate>)
// Island
Sub New(aCertificate As Slice<Slice<Byte>>, aPrivateKey As PrivateKey, aOCSPStaple As Slice<Byte>, aSignedCertificateTimestamps As Slice<Slice<Byte>>, aLeaf As Memory<Certificate>)
Parameters:
- aCertificate:
- aPrivateKey:
- aOCSPStaple:
- aSignedCertificateTimestamps:
- aLeaf:
constructor (Certificate)
constructor(value: Certificate)
Certificate(Certificate value)
init(_ value: Certificate)
Sub New(value As Certificate)
Parameters:
- value: