Table of Contents

Class PolicyInformation

Namespace
Enterprises.Org.BouncyCastle.Asn1.X509
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class PolicyInformation : Asn1Encodable, IAsn1Convertible
Inheritance
PolicyInformation
Implements
Inherited Members

Constructors

PolicyInformation(DerObjectIdentifier)

public PolicyInformation(DerObjectIdentifier policyIdentifier)

Parameters

policyIdentifier DerObjectIdentifier

PolicyInformation(DerObjectIdentifier, Asn1Sequence)

public PolicyInformation(DerObjectIdentifier policyIdentifier, Asn1Sequence policyQualifiers)

Parameters

policyIdentifier DerObjectIdentifier
policyQualifiers Asn1Sequence

Properties

PolicyIdentifier

public DerObjectIdentifier PolicyIdentifier { get; }

Property Value

DerObjectIdentifier

PolicyQualifiers

public Asn1Sequence PolicyQualifiers { get; }

Property Value

Asn1Sequence

Methods

GetInstance(object)

public static PolicyInformation GetInstance(object obj)

Parameters

obj object

Returns

PolicyInformation

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object