Namespace: Org.BouncyCastle.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public class AttributeCertificateHolder : IX509Selector, ICloneable |
| Visual Basic |
|---|
Public Class AttributeCertificateHolder _ Implements IX509Selector, ICloneable |
| Visual C++ |
|---|
public ref class AttributeCertificateHolder : IX509Selector, ICloneable |
Remarks
The Holder object.
Holder ::= SEQUENCE {
baseCertificateID [0] IssuerSerial OPTIONAL,
-- the issuer and serial number of
-- the holder's Public Key Certificate
entityName [1] GeneralNames OPTIONAL,
-- the name of the claimant or role
objectDigestInfo [2] ObjectDigestInfo OPTIONAL
-- used to directly authenticate the holder,
-- for example, an executable
}