C# Class Org.BouncyCastle.Asn1.Cms.Attribute

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
Attribute ( Asn1Sequence seq ) : System
Attribute ( DerObjectIdentifier attrType, Asn1Set attrValues ) : System
GetInstance ( object obj ) : Attribute
ToAsn1Object ( ) : Asn1Object

Method Details

Attribute() public méthode

public Attribute ( Asn1Sequence seq ) : System
seq Org.BouncyCastle.Asn1.Asn1Sequence
Résultat System

Attribute() public méthode

public Attribute ( DerObjectIdentifier attrType, Asn1Set attrValues ) : System
attrType Org.BouncyCastle.Asn1.DerObjectIdentifier
attrValues Org.BouncyCastle.Asn1.Asn1Set
Résultat System

GetInstance() public static méthode

public static GetInstance ( object obj ) : Attribute
obj object
Résultat Attribute

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Org.BouncyCastle.Asn1.Asn1Object