CryptoStream.HasFlushedFinalBlock Propriedade
Definição
Obtém um valor que indica se o bloco de buffer final foi gravado no fluxo subjacente.Gets a value indicating whether the final buffer block has been written to the underlying stream.
public:
property bool HasFlushedFinalBlock { bool get(); };
public bool HasFlushedFinalBlock { get; }
member this.HasFlushedFinalBlock : bool
Public ReadOnly Property HasFlushedFinalBlock As Boolean
Valor da propriedade
true Se o bloco final foi liberado; caso contrário, false .true if the final block has been flushed; otherwise, false.
Comentários
Essa propriedade é definida true quando o FlushFinalBlock método é chamado.This property is set true when the FlushFinalBlock method is called.