C# Class Org.BouncyCastle.Asn1.X509.Target

Inheritance: Asn1Encodable, IAsn1Choice
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInstance ( object obj ) : Target
Target ( Choice type, GeneralName name ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
Target ( Asn1TaggedObject tagObj ) : System

Method Details

GetInstance() public static method

public static GetInstance ( object obj ) : Target
obj object
return Target

Target() public method

public Target ( Choice type, GeneralName name ) : System
type Choice
name GeneralName
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object