RevokedCertificate
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.x509.pkix
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
RevokedCertificate()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aSerialNumber: Memory<Int>; aRevocationTime: Time; aExtensions: Slice<Extension>)
// Island
constructor(aSerialNumber: Memory<Int>; aRevocationTime: Time; aExtensions: Slice<Extension>)
// .NET, .NET Standard 2.0
RevokedCertificate(Memory<Int> aSerialNumber, Time aRevocationTime, Slice<Extension> aExtensions)
// Island
RevokedCertificate(Memory<Int> aSerialNumber, Time aRevocationTime, Slice<Extension> aExtensions)
Parameters:
- aSerialNumber:
- aRevocationTime:
- aExtensions:
constructor (RevokedCertificate)
constructor(value: RevokedCertificate)
RevokedCertificate(RevokedCertificate value)
init(_ value: RevokedCertificate)
Sub New(value As RevokedCertificate)
Parameters:
- value:
Extensions
RevocationTime
var RevocationTime: Time;
Time RevocationTime
var RevocationTime: Time
RevocationTime Time
FIELD RevocationTime() As Time
SerialNumber
Extensions
RevocationTime
var RevocationTime: Time;
Time RevocationTime
var RevocationTime: Time
RevocationTime Time
FIELD RevocationTime() As Time
SerialNumber
constructor
constructor
RevokedCertificate()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aSerialNumber: Memory<Int>; aRevocationTime: Time; aExtensions: Slice<Extension>)
// Island
constructor(aSerialNumber: Memory<Int>; aRevocationTime: Time; aExtensions: Slice<Extension>)
// .NET, .NET Standard 2.0
RevokedCertificate(Memory<Int> aSerialNumber, Time aRevocationTime, Slice<Extension> aExtensions)
// Island
RevokedCertificate(Memory<Int> aSerialNumber, Time aRevocationTime, Slice<Extension> aExtensions)
Parameters:
- aSerialNumber:
- aRevocationTime:
- aExtensions:
constructor (RevokedCertificate)
constructor(value: RevokedCertificate)
RevokedCertificate(RevokedCertificate value)
init(_ value: RevokedCertificate)
Sub New(value As RevokedCertificate)
Parameters:
- value: