KeePassLib.Cryptography.HashingStreamEx.SetLength C# (CSharp) Method

SetLength() public method

public SetLength ( long lValue ) : void
lValue long
return void
        public override void SetLength(long lValue)
        {
            throw new NotSupportedException();
        }