Class IetfAttrSyntax
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.X509
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class IetfAttrSyntax : Asn1Encodable, IAsn1Convertible
- Inheritance
-
IetfAttrSyntax
- Implements
-
- Inherited Members
-
Constructors
IetfAttrSyntax(Asn1Sequence)
public IetfAttrSyntax(Asn1Sequence seq)
Parameters
seq
Asn1Sequence
Fields
ValueOctets
public const int ValueOctets = 1
Field Value
- int
ValueOid
public const int ValueOid = 2
Field Value
- int
ValueUtf8
public const int ValueUtf8 = 3
Field Value
- int
Properties
PolicyAuthority
public GeneralNames PolicyAuthority { get; }
Property Value
- GeneralNames
ValueType
public int ValueType { get; }
Property Value
- int
Methods
GetValues()
public object[] GetValues()
Returns
- object[]
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object