KeePassLib.Cryptography.HashingStreamEx.SetLength C# (CSharp) Méthode

SetLength() public méthode

public SetLength ( long lValue ) : void
lValue long
Résultat void
        public override void SetLength(long lValue)
        {
            throw new NotSupportedException();
        }