AttributeTypeAndValueSET

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

Fields


Type

 

var Type: ObjectIdentifier;

 

var Type: ObjectIdentifier

 

FIELD Type() As ObjectIdentifier

Value


Instance Methods


constructor

 

constructor

 

AttributeTypeAndValueSET()

 

init()

 

Sub New()

 

constructor(aType: ObjectIdentifier; aValue: Slice<Slice<AttributeTypeAndValue>>)

 

AttributeTypeAndValueSET(ObjectIdentifier aType, Slice<Slice<AttributeTypeAndValue>> aValue)

 

init(_ aType: ObjectIdentifier, _ aValue: Slice<Slice<AttributeTypeAndValue>>)

 

Sub New(aType As ObjectIdentifier, aValue As Slice<Slice<AttributeTypeAndValue>>)

Parameters:

  • aType:
  • aValue:

constructor (AttributeTypeAndValueSET)

 

constructor(value: AttributeTypeAndValueSET)

 

AttributeTypeAndValueSET(AttributeTypeAndValueSET value)

 

init(_ value: AttributeTypeAndValueSET)

 

Sub New(value As AttributeTypeAndValueSET)

Parameters:

  • value: