Encryption

ID3V2TagFrameFlags.Encryption property

Gets a value indicating whether the frame is encrypted. If set one byte indicating with which method it was encrypted will be appended to the frame header.

public bool Encryption { get; }

Property Value

true, if the frame is encrypted; otherwise, false.

See Also