RDNSequence
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 | RDNSequence .NET, .NET Standard 2.0
- ValueType | RDNSequence Island
- ValueType | RDNSequence .NET, .NET Standard 2.0
constructor
constructor
RDNSequence()
init()
Sub New()
constructor (Slice<RelativeDistinguishedNameSET>)
constructor(aValue: Slice<RelativeDistinguishedNameSET>)
RDNSequence(Slice<RelativeDistinguishedNameSET> aValue)
init(_ aValue: Slice<RelativeDistinguishedNameSET>)
Sub New(aValue As Slice<RelativeDistinguishedNameSET>)
Parameters:
- aValue:
Equals override virtual
func Equals(value interface{}) Boolean
Parameters:
- value:
GetHashCode override virtual
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Value
var Value: Slice<RelativeDistinguishedNameSET>;
var Value: Slice<RelativeDistinguishedNameSET>
FIELD Value() As Slice<RelativeDistinguishedNameSET>
Value
var Value: Slice<RelativeDistinguishedNameSET>;
var Value: Slice<RelativeDistinguishedNameSET>
FIELD Value() As Slice<RelativeDistinguishedNameSET>
constructor
constructor
RDNSequence()
init()
Sub New()
constructor (Slice<RelativeDistinguishedNameSET>)
constructor(aValue: Slice<RelativeDistinguishedNameSET>)
RDNSequence(Slice<RelativeDistinguishedNameSET> aValue)
init(_ aValue: Slice<RelativeDistinguishedNameSET>)
Sub New(aValue As Slice<RelativeDistinguishedNameSET>)
Parameters:
- aValue:
Equals override virtual
func Equals(value interface{}) Boolean
Parameters:
- value:
GetHashCode override virtual
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
String