Extension

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

 

Extension()

 

init()

 

Sub New()

constructor (ObjectIdentifier, Boolean, Slice<Byte>)

 

// .NET, .NET Standard 2.0
constructor(aId: ObjectIdentifier; aCritical: Boolean; aValue: Slice<Byte>)
// Island
constructor(aId: ObjectIdentifier; aCritical: bool; aValue: Slice<Byte>)

 

// .NET, .NET Standard 2.0
Extension(ObjectIdentifier aId, Boolean aCritical, Slice<Byte> aValue)
// Island
Extension(ObjectIdentifier aId, bool aCritical, Slice<Byte> aValue)

 

// .NET, .NET Standard 2.0
init(_ aId: ObjectIdentifier, _ aCritical: Boolean, _ aValue: Slice<Byte>)
// Island
init(_ aId: ObjectIdentifier, _ aCritical: bool, _ aValue: Slice<Byte>)

 

// .NET, .NET Standard 2.0
Sub New(aId As ObjectIdentifier, aCritical As Boolean, aValue As Slice<Byte>)
// Island
Sub New(aId As ObjectIdentifier, aCritical As bool, aValue As Slice<Byte>)

Parameters:

  • aId:
  • aCritical:
  • aValue:

constructor (Extension)

 

constructor(value: Extension)

 

Extension(Extension value)

 

init(_ value: Extension)

 

Sub New(value As Extension)

Parameters:

  • value:

Critical

 

var Critical: bool;

 

bool Critical

 

var Critical: bool

 

Critical bool

 

FIELD Critical() As bool

Id

 

var Id: ObjectIdentifier;

 

var Id: ObjectIdentifier

 

FIELD Id() As ObjectIdentifier

Value

 

var Value: Slice<Byte>;

 

Slice<Byte> Value

 

var Value: Slice<Byte>

 

Value Slice<Byte>

 

FIELD Value() As Slice<Byte>

 

Critical

 

var Critical: bool;

 

bool Critical

 

var Critical: bool

 

Critical bool

 

FIELD Critical() As bool

Id

 

var Id: ObjectIdentifier;

 

var Id: ObjectIdentifier

 

FIELD Id() As ObjectIdentifier

Value

 

var Value: Slice<Byte>;

 

Slice<Byte> Value

 

var Value: Slice<Byte>

 

Value Slice<Byte>

 

FIELD Value() As Slice<Byte>

 

constructor

 

constructor

 

Extension()

 

init()

 

Sub New()

constructor (ObjectIdentifier, Boolean, Slice<Byte>)

 

// .NET, .NET Standard 2.0
constructor(aId: ObjectIdentifier; aCritical: Boolean; aValue: Slice<Byte>)
// Island
constructor(aId: ObjectIdentifier; aCritical: bool; aValue: Slice<Byte>)

 

// .NET, .NET Standard 2.0
Extension(ObjectIdentifier aId, Boolean aCritical, Slice<Byte> aValue)
// Island
Extension(ObjectIdentifier aId, bool aCritical, Slice<Byte> aValue)

 

// .NET, .NET Standard 2.0
init(_ aId: ObjectIdentifier, _ aCritical: Boolean, _ aValue: Slice<Byte>)
// Island
init(_ aId: ObjectIdentifier, _ aCritical: bool, _ aValue: Slice<Byte>)

 

// .NET, .NET Standard 2.0
Sub New(aId As ObjectIdentifier, aCritical As Boolean, aValue As Slice<Byte>)
// Island
Sub New(aId As ObjectIdentifier, aCritical As bool, aValue As Slice<Byte>)

Parameters:

  • aId:
  • aCritical:
  • aValue:

constructor (Extension)

 

constructor(value: Extension)

 

Extension(Extension value)

 

init(_ value: Extension)

 

Sub New(value As Extension)

Parameters:

  • value: