GetBlockSize() public method

public GetBlockSize ( ) : int
return int
Exemplo n.º 1
0
 public virtual int GetBlockSize()
 {
     return(cipher.GetBlockSize());
 }