Class ImageAttrib
- Namespace
- Enterprises.Org.BouncyCastle.Bcpg.Attr
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class ImageAttrib : UserAttributeSubpacket
- Inheritance
-
ImageAttrib
- Inherited Members
-
Constructors
public ImageAttrib(ImageAttrib.Format imageType, byte[] imageData)
Parameters
imageType
ImageAttrib.Format
imageData
byte[]
ImageAttrib(bool, byte[])
public ImageAttrib(bool forceLongLength, byte[] data)
Parameters
forceLongLength
bool
data
byte[]
ImageAttrib(byte[])
public ImageAttrib(byte[] data)
Parameters
data
byte[]
Properties
Encoding
public virtual int Encoding { get; }
Property Value
- int
Version
public virtual int Version { get; }
Property Value
- int
Methods
GetImageData()
public virtual byte[] GetImageData()
Returns
- byte[]