Class AccessDescription
- Namespace
- Org.BouncyCastle.Asn1.X509
- Assembly
- BouncyCastle.Cryptography.dll
public class AccessDescription : Asn1Encodable, IAsn1Convertible
- Inheritance
-
AccessDescription
- Implements
- Inherited Members
Constructors
AccessDescription(DerObjectIdentifier, GeneralName)
public AccessDescription(DerObjectIdentifier oid, GeneralName location)
Parameters
oidDerObjectIdentifierlocationGeneralName
Fields
IdADCAIssuers
public static readonly DerObjectIdentifier IdADCAIssuers
Field Value
IdADOcsp
public static readonly DerObjectIdentifier IdADOcsp
Field Value
Properties
AccessLocation
public GeneralName AccessLocation { get; }
Property Value
AccessMethod
public DerObjectIdentifier AccessMethod { get; }
Property Value
Methods
GetInstance(Asn1TaggedObject, bool)
public static AccessDescription GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObjectAsn1TaggedObjectdeclaredExplicitbool
Returns
GetInstance(object)
public static AccessDescription GetInstance(object obj)
Parameters
objobject
Returns
GetTagged(Asn1TaggedObject, bool)
public static AccessDescription GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObjectAsn1TaggedObjectdeclaredExplicitbool
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.