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()

constructor (Memory<Int>, Time, Slice<Extension>)

 

// .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)

 

// .NET, .NET Standard 2.0
init(_ aSerialNumber: Memory<Int>, _ aRevocationTime: Time, _ aExtensions: Slice<Extension>)
// Island
init(_ aSerialNumber: Memory<Int>, _ aRevocationTime: Time, _ aExtensions: Slice<Extension>)

 

// .NET, .NET Standard 2.0
Sub New(aSerialNumber As Memory<Int>, aRevocationTime As Time, aExtensions As Slice<Extension>)
// Island
Sub New(aSerialNumber As Memory<Int>, aRevocationTime As Time, aExtensions As Slice<Extension>)

Parameters:

  • aSerialNumber:
  • aRevocationTime:
  • aExtensions:

constructor (RevokedCertificate)

 

constructor(value: RevokedCertificate)

 

RevokedCertificate(RevokedCertificate value)

 

init(_ value: RevokedCertificate)

 

Sub New(value As RevokedCertificate)

Parameters:

  • value:

Extensions

 

var Extensions: Slice<Extension>;

 

Slice<Extension> Extensions

 

var Extensions: Slice<Extension>

 

Extensions Slice<Extension>

 

FIELD Extensions() As Slice<Extension>

RevocationTime

 

var RevocationTime: Time;

 

Time RevocationTime

 

var RevocationTime: Time

 

RevocationTime Time

 

FIELD RevocationTime() As Time

SerialNumber

 

// .NET, .NET Standard 2.0
var SerialNumber: Memory<Int>;
// Island
var SerialNumber: Memory<Int>;

 

// .NET, .NET Standard 2.0
Memory<Int> SerialNumber
// Island
Memory<Int> SerialNumber

 

// .NET, .NET Standard 2.0
var SerialNumber: Memory<Int>
// Island
var SerialNumber: Memory<Int>

 

// .NET, .NET Standard 2.0
SerialNumber Memory<Int>
// Island
SerialNumber Memory<Int>

 

// .NET, .NET Standard 2.0
FIELD SerialNumber() As Memory<Int>
// Island
FIELD SerialNumber() As Memory<Int>

 

Extensions

 

var Extensions: Slice<Extension>;

 

Slice<Extension> Extensions

 

var Extensions: Slice<Extension>

 

Extensions Slice<Extension>

 

FIELD Extensions() As Slice<Extension>

RevocationTime

 

var RevocationTime: Time;

 

Time RevocationTime

 

var RevocationTime: Time

 

RevocationTime Time

 

FIELD RevocationTime() As Time

SerialNumber

 

// .NET, .NET Standard 2.0
var SerialNumber: Memory<Int>;
// Island
var SerialNumber: Memory<Int>;

 

// .NET, .NET Standard 2.0
Memory<Int> SerialNumber
// Island
Memory<Int> SerialNumber

 

// .NET, .NET Standard 2.0
var SerialNumber: Memory<Int>
// Island
var SerialNumber: Memory<Int>

 

// .NET, .NET Standard 2.0
SerialNumber Memory<Int>
// Island
SerialNumber Memory<Int>

 

// .NET, .NET Standard 2.0
FIELD SerialNumber() As Memory<Int>
// Island
FIELD SerialNumber() As Memory<Int>

 

constructor

 

constructor

 

RevokedCertificate()

 

init()

 

Sub New()

constructor (Memory<Int>, Time, Slice<Extension>)

 

// .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)

 

// .NET, .NET Standard 2.0
init(_ aSerialNumber: Memory<Int>, _ aRevocationTime: Time, _ aExtensions: Slice<Extension>)
// Island
init(_ aSerialNumber: Memory<Int>, _ aRevocationTime: Time, _ aExtensions: Slice<Extension>)

 

// .NET, .NET Standard 2.0
Sub New(aSerialNumber As Memory<Int>, aRevocationTime As Time, aExtensions As Slice<Extension>)
// Island
Sub New(aSerialNumber As Memory<Int>, aRevocationTime As Time, aExtensions As Slice<Extension>)

Parameters:

  • aSerialNumber:
  • aRevocationTime:
  • aExtensions:

constructor (RevokedCertificate)

 

constructor(value: RevokedCertificate)

 

RevokedCertificate(RevokedCertificate value)

 

init(_ value: RevokedCertificate)

 

Sub New(value As RevokedCertificate)

Parameters:

  • value: