Table of Contents

Class Restriction

Namespace
Org.BouncyCastle.Asn1.IsisMtt.X509
Assembly
BouncyCastle.Cryptography.dll
public class Restriction : Asn1Encodable, IAsn1Convertible
Inheritance
Restriction
Implements
Inherited Members

Constructors

Restriction(string)

public Restriction(string restriction)

Parameters

restriction string

Properties

RestrictionString

public virtual DirectoryString RestrictionString { get; }

Property Value

DirectoryString

Methods

GetInstance(Asn1TaggedObject, bool)

public static Restriction GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

Restriction

GetInstance(object)

public static Restriction GetInstance(object obj)

Parameters

obj object

Returns

Restriction

GetTagged(Asn1TaggedObject, bool)

public static Restriction GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

Restriction

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object