Table of Contents

Class Target

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

Constructors

Target(Choice, GeneralName)

public Target(Target.Choice type, GeneralName name)

Parameters

type Target.Choice
name GeneralName

Properties

TargetGroup

public virtual GeneralName TargetGroup { get; }

Property Value

GeneralName

TargetName

public virtual GeneralName TargetName { get; }

Property Value

GeneralName

Methods

GetInstance(object)

public static Target GetInstance(object obj)

Parameters

obj object

Returns

Target

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object