Method | Description | |
---|---|---|
GeneralNames ( |
Construct a GeneralNames object containing one GeneralName.
|
|
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : |
||
GetInstance ( object obj ) : |
||
GetNames ( ) : Org.BouncyCastle.Asn1.X509.GeneralName[] | ||
ToAsn1Object ( ) : Asn1Object | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
GeneralNames ( Asn1Sequence seq ) : System |
public GeneralNames ( |
||
name | The name to be contained. | |
return | System |
public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : |
||
obj | Asn1TaggedObject | |
explicitly | bool | |
return |
public static GetInstance ( object obj ) : |
||
obj | object | |
return |
public GetNames ( ) : Org.BouncyCastle.Asn1.X509.GeneralName[] | ||
return | Org.BouncyCastle.Asn1.X509.GeneralName[] |