Table of Contents

Class OtherKeyAttribute

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

Constructors

OtherKeyAttribute(Asn1Sequence)

public OtherKeyAttribute(Asn1Sequence seq)

Parameters

seq Asn1Sequence

OtherKeyAttribute(DerObjectIdentifier, Asn1Encodable)

public OtherKeyAttribute(DerObjectIdentifier keyAttrId, Asn1Encodable keyAttr)

Parameters

keyAttrId DerObjectIdentifier
keyAttr Asn1Encodable

Properties

KeyAttr

public Asn1Encodable KeyAttr { get; }

Property Value

Asn1Encodable

KeyAttrId

public DerObjectIdentifier KeyAttrId { get; }

Property Value

DerObjectIdentifier

Methods

GetInstance(object)

public static OtherKeyAttribute GetInstance(object obj)

Parameters

obj object

Returns

OtherKeyAttribute

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object