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.Choicename
GeneralName
Properties
TargetGroup
public virtual GeneralName TargetGroup { get; }
Property Value
TargetName
public virtual GeneralName TargetName { get; }
Property Value
Methods
GetInstance(object)
public static Target GetInstance(object obj)
Parameters
obj
object
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()