Table of Contents

Class SignerUserId

Namespace
Org.BouncyCastle.Bcpg.Sig
Assembly
BouncyCastle.Cryptography.dll
public class SignerUserId : SignatureSubpacket
Inheritance
SignerUserId
Inherited Members

Constructors

SignerUserId(bool, bool, byte[])

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

Parameters

critical bool
isLongLength bool
data byte[]

SignerUserId(bool, string)

public SignerUserId(bool critical, string userId)

Parameters

critical bool
userId string

Methods

GetId()

public string GetId()

Returns

string

GetRawId()

public byte[] GetRawId()

Returns

byte[]