Class PolicyInformation
- Namespace
- Org.BouncyCastle.Asn1.X509
- Assembly
- BouncyCastle.Cryptography.dll
public class PolicyInformation : Asn1Encodable, IAsn1Convertible
- Inheritance
-
PolicyInformation
- Implements
-
- Inherited Members
-
Constructors
public PolicyInformation(DerObjectIdentifier policyIdentifier)
Parameters
policyIdentifier DerObjectIdentifier
public PolicyInformation(DerObjectIdentifier policyIdentifier, Asn1Sequence policyQualifiers)
Parameters
policyIdentifier DerObjectIdentifier
policyQualifiers Asn1Sequence
Properties
public DerObjectIdentifier PolicyIdentifier { get; }
Property Value
- DerObjectIdentifier
public Asn1Sequence PolicyQualifiers { get; }
Property Value
- Asn1Sequence
Methods
public static PolicyInformation GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- PolicyInformation
public static PolicyInformation GetInstance(object obj)
Parameters
obj object
Returns
- PolicyInformation
public static PolicyInformation GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- PolicyInformation
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object