Table of Contents

Class PolicyUrl

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

Constructors

PolicyUrl(bool, bool, byte[])

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

Parameters

critical bool
isLongLength bool
data byte[]

PolicyUrl(bool, string)

public PolicyUrl(bool critical, string url)

Parameters

critical bool
url string

Properties

Url

public string Url { get; }

Property Value

string

Methods

GetRawUrl()

public byte[] GetRawUrl()

Returns

byte[]