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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, 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

RelativeDistinguishedNameSET()

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
func GetHashCode() -> Int32
Function GetHashCode() As Int32