CryptoStream.SetLength(Int64) Método

Definición

Establece la longitud de la secuencia actual.

public:
 override void SetLength(long value);
public override void SetLength(long value);
override this.SetLength : int64 -> unit
abstract member SetLength : int64 -> unit
override this.SetLength : int64 -> unit
Public Overrides Sub SetLength (value As Long)

Parámetros

value
Int64

Longitud deseada del flujo actual en bytes.

Excepciones

Esta propiedad solo existe para admitir la herencia de Streamy no se puede usar.

Comentarios

Esta propiedad solo existe para admitir la herencia de Streamy no se puede usar.

Se aplica a

Consulte también