Class CmsAttribute
- Namespace
- iText.Signatures.Cms
- Assembly
- itext.sign.dll
This class represents Attribute structure.
public class CmsAttribute
- Inheritance
-
CmsAttribute
- Inherited Members
Constructors
CmsAttribute(string, IAsn1Object)
Creates an attribute.
public CmsAttribute(string type, IAsn1Object value)
Parameters
type
stringthe type of the attribute
value
IAsn1Objectthe value
Methods
GetType()
Returns the type of the attribute.
public virtual string GetType()
Returns
- string
the type of the attribute.
GetValue()
Returns the value of the attribute.
public virtual IAsn1Object GetValue()
Returns
- IAsn1Object
the value of the attribute.