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
PolicyUrl(bool, string)
public PolicyUrl(bool critical, string url)
Parameters
Properties
Url
public string Url { get; }
Property Value
Methods
GetRawUrl()
public byte[] GetRawUrl()
Returns
- byte[]