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
- ValueType | RelativeDistinguishedNameSET Island
- ValueType | RelativeDistinguishedNameSET .NET, .NET Standard 2.0
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 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