Table of Contents

Class SemanticsInformation

Namespace
Enterprises.Org.BouncyCastle.Asn1.X509.Qualified
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class SemanticsInformation : Asn1Encodable, IAsn1Convertible
Inheritance
SemanticsInformation
Implements
Inherited Members

Constructors

SemanticsInformation(Asn1Sequence)

public SemanticsInformation(Asn1Sequence seq)

Parameters

seq Asn1Sequence

SemanticsInformation(DerObjectIdentifier)

public SemanticsInformation(DerObjectIdentifier semanticsIdentifier)

Parameters

semanticsIdentifier DerObjectIdentifier

SemanticsInformation(DerObjectIdentifier, GeneralName[])

public SemanticsInformation(DerObjectIdentifier semanticsIdentifier, GeneralName[] generalNames)

Parameters

semanticsIdentifier DerObjectIdentifier
generalNames GeneralName[]

SemanticsInformation(GeneralName[])

public SemanticsInformation(GeneralName[] generalNames)

Parameters

generalNames GeneralName[]

Properties

SemanticsIdentifier

public DerObjectIdentifier SemanticsIdentifier { get; }

Property Value

DerObjectIdentifier

Methods

GetInstance(object)

public static SemanticsInformation GetInstance(object obj)

Parameters

obj object

Returns

SemanticsInformation

GetNameRegistrationAuthorities()

public GeneralName[] GetNameRegistrationAuthorities()

Returns

GeneralName[]

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object