Table of Contents

Class PrimaryUserId

Namespace
Enterprises.Org.BouncyCastle.Bcpg.Sig
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class PrimaryUserId : SignatureSubpacket
Inheritance
PrimaryUserId
Inherited Members

Constructors

PrimaryUserId(bool, bool)

public PrimaryUserId(bool critical, bool isPrimaryUserId)

Parameters

critical bool
isPrimaryUserId bool

PrimaryUserId(bool, bool, byte[])

public PrimaryUserId(bool critical, bool isLongLength, byte[] data)

Parameters

critical bool
isLongLength bool
data byte[]

Methods

IsPrimaryUserId()

public bool IsPrimaryUserId()

Returns

bool