RelativeDistinguishedNameSET

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
  • Ancestry:
    • ValueType | RelativeDistinguishedNameSET  .NET, .NET Standard 2.0, Island-watchOS-armv7k
    • ValueType | RelativeDistinguishedNameSET  Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows

Fields


Value

 

var Value: Slice<AttributeTypeAndValue>;

 

Slice<AttributeTypeAndValue> Value

 

var Value: Slice<AttributeTypeAndValue>

 

Value Slice<AttributeTypeAndValue>

 

FIELD Value() As Slice<AttributeTypeAndValue>

Instance Methods


constructor

 

constructor

 

RelativeDistinguishedNameSET()

 

init()

 

Sub New()

constructor (Slice<AttributeTypeAndValue>)

 

constructor(aValue: Slice<AttributeTypeAndValue>)

 

RelativeDistinguishedNameSET(Slice<AttributeTypeAndValue> aValue)

 

init(_ aValue: Slice<AttributeTypeAndValue>)

 

Sub New(aValue As Slice<AttributeTypeAndValue>)

Parameters:

  • aValue:

Equals

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32