AttributeTypeAndValue
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;
ObjectIdentifier Type
var Type: ObjectIdentifier
Type ObjectIdentifier
FIELD Type() As ObjectIdentifier
Value
Instance Methods
constructor
constructor
AttributeTypeAndValue()
init()
Sub New()
constructor (ObjectIdentifier, Object)
constructor(aType: ObjectIdentifier; aValue: Object)
AttributeTypeAndValue(ObjectIdentifier aType, Object aValue)
init(_ aType: ObjectIdentifier, _ aValue: Object)
Sub New(aType As ObjectIdentifier, aValue As Object)
Parameters:
- aType:
- aValue:
constructor (AttributeTypeAndValue)
constructor(value: AttributeTypeAndValue)
AttributeTypeAndValue(AttributeTypeAndValue value)
init(_ value: AttributeTypeAndValue)
Sub New(value As AttributeTypeAndValue)
Parameters:
- value: