Class RegularExpression
- Namespace
- Org.BouncyCastle.Bcpg.Sig
- Assembly
- BouncyCastle.Cryptography.dll
public class RegularExpression : SignatureSubpacket
- Inheritance
-
RegularExpression
- Inherited Members
Constructors
RegularExpression(bool, bool, byte[])
public RegularExpression(bool critical, bool isLongLength, byte[] data)
Parameters
RegularExpression(bool, string)
public RegularExpression(bool critical, string regex)
Parameters
Properties
Regex
public string Regex { get; }
Property Value
Methods
GetRawRegex()
public byte[] GetRawRegex()
Returns
- byte[]