Class Asn1SequenceOfAttribute
Inheritance
Asn1SequenceOfAttribute
Assembly: Lacuna.Pki.dll
Syntax
public class Asn1SequenceOfAttribute : Asn1TypeAttribute, _Attribute
Constructors
Asn1SequenceOfAttribute(Type)
Declaration
public Asn1SequenceOfAttribute(Type elementType)
Parameters
Type |
Name |
Description |
Type |
elementType |
|
Asn1SequenceOfAttribute(Type, Asn1PrimitiveTypes)
Declaration
public Asn1SequenceOfAttribute(Type elementType, Asn1PrimitiveTypes underlyingPrimitiveType)
Parameters
Properties
ElementType
Declaration
public Type ElementType { get; }
Property Value
UnderlyingPrimitiveType
Declaration
public Asn1PrimitiveTypes? UnderlyingPrimitiveType { get; }
Property Value